Hi everyone,
I was wondering how performance costly it is to create a reference alias-property instead of an actor property in a script. I got used to using ReferenceAliases wherever I could since it seems so much "cleaner" than spamming an actor with packages and scripts, but looking at a script I recently wrote I was wondering whether it doesn't cost a lot of performance to always use GetReference() or GetActorReference() on them. Any ideas?
Thanks in advance!
Nicolas