I actually managed to figure it out. I did Create Instance in the Construction Script and assigned a name of the spawn volume’s XY coordinates as a unique ID. Then in the Event Graph, I simply did a toggle of “Should be loaded/ should be visible” targeting a Set Variable from the output of the Create Instance. This apparently works even if all of the procedural generation is done in the actor’s Construction Script (tested using randomly generated buildings).