I would make the particle effect part of another blueprint called campfire or something. put the collision sphere on the campfire blueprint, and call the enter and exit events there, rather than on the particle system. You will have to get the player controller, cast to the player, then update the value you want on the player there. Not sure if you can do any of that on a particle effect.