Attaching Particle to Structure after Placement

I’m trying to attach a particle to a structure (in this case a smithy), but it will not work properly as the particle is trying to fire during the placement process. I know I need to activate the particle after the structure has been placed, but I don’t know how to do that. Can someone give me some information on how to activate a particle once the structure has been placed? Any help would be really appreciated. Thanks.

Begin play -> delay -> is preview structure(false) -> activate particle

That worked. Thanks for the help. :slight_smile:

In case anyone is interested, this is what I did to get my particle to work.