How do I turn on the light if an item is spawned inside volume

I figured out that items spawn on begin play, I tested out my theory, and it works, well kinda. The thing is that the volume I use needs like, an update of some sort. I put two spawned artifacts in one volume, the light was off. When I picked one up the light was on. So my solution was to put a next tick delay on spawn of the object, and it works. Anyway thanks for your help @ClockworkOcean.

1 Like