Spawn Actors, Connect them with a Beam, and move them around?

Hello guys,

Basically what I’m doing is I’m letting the player spawn Dot Actors on the screen and connect them with a beam. So the beam source and target are set when the player first clicks on the actors.

Now I want the beams to move around with the actors, whose positions are updated in event tick, but the beams wont move around because their positions were set previously. I tried to update their position in the event tick along with the actors positions, but I cant seem to get the right beams and everything gets messed up.

Any help would be great guys I’m getting really frustrated on this one :frowning:

thanks