What is the recommended way to avoid performance problems when using 'Get All Actors of Class' in Blueprints?
-
A
Cache the result in a variable at Begin Play and reuse it, rather than calling it every Tick
-
B
Only use it inside the Construction Script
-
C
Replace it with a custom Find Actor utility node
-
D
Limit it to 10 calls per second with a throttle gate