How to connect a beam emitter from spawned projectile to the player?

Hello.
I created a weapon, which uses line tracing and I spawn a particle at the end of it.
So my question is: How can I connect the beam emitter from the system to the player

I was thinking about possessing an existing player actor from a C++ class. Is it better than just Player Start?
If so, how do I do this?