I’m coding the construction script for one of my blueprints and I get log messages from objects that aren’t actually in the level. I’m printing out the number of child components of a root component of my blueprint actor in the construction script.
There a 3 drawers and so the length printed should be 3 for every instance of the BP_rolling_cupboard blueprint in the level. I have only one instance in the level.

Yet the message log references instances that don’t even exist…
Only C4 is still in the level.
I’ve deleted a couple before, but they shouldn’t cause log messages anymore, should they?

