Referencing actors in multiple BP: performance / memory issue? (simple diagram provided)

No.

References are not copies of the actors. References are just Pointers.
A pointer is an address in memory. A reference is just a memory address to
find and reach an actor. Not a full copy of that actor so you can freely
reference anything anywhere :slight_smile:

1 Like