General Compiler question about efficiency

Yeah, it needs to know each of those pointers at run-time, the compiler can’t optimize them out.

Caching the variables will probably be the faster… That’s what Animation Blueprints usually do - you set the cached versions in the ABP once a frame and then the animation nodes use those…