7 minutes ago, Kylotan said:Do you have the source code there?
If you do, you can see that GetOwner() is a FORCEINLINE function which returns a copy of a cached 'OwnerPrivate' pointer. It's already pretty much as fast as it can be, so there's no need to cache it yourself.
That's really interesting and good to know
Thanks!