I want to add an object reference to an array in unreal blueprints, but I don't want to spawn it in the level. Is this even possible?
I tried setting the collision override to 'Do not spawn'. But it still does...
Here is the code: https://blueprintue.com/render/dvdrvdws
I expected that the actor doesn't spawn, but the actual result is that it spawns.