Which method has the lowest performance overhead when one Blueprint needs to call a function on a single, known Actor every frame?
-
A
Get All Actors Of Class each tick
-
B
Casting via a cached reference variable
-
C
Blueprint Interface message each tick
-
D
Event Dispatcher bound and called each tick