Activate BP upon entering trigger box

Select the trigger.

In the level BP, right click on the graph, near the top is a reference to the trigger.

You’ll want to use an ‘on overlap’ event here, and when the player overlap, use GetAllActorsOfClass ( burning pillar ).

Then foreach pillar, you can call the start move event.