Is it possible to force an actor stored in a local variable?

You will need to use structure with basic variable(like vector,integer, string etc…) and you can’t save variable of type of actor(Object reference) since they are linked to the memory.

1 Like