As the title says, is holding a class reference cheaper than holding the actual object reference, and if so, why? I would think they should be pretty much the same, but I don’t really know how I would verify this.
1 Like
It’s basically roughly the same in terms of cost.
Once blueprint A knows about blueprint B, B will need to be loaded for A to exist. It doesn’t matter if you just refer to the class or an actor.