The easy way to do it would be to create an Actor attribute for the boss's behavior and set it to your laser actor upon its creation/appearance (which should be handled by said boss behavior). The boss behavior would then control the movement of the laser actor, and - this is important - it should also handle killing, hiding, or otherwise disabling the laser actor so it can effectively keep track of when the laser is active and should be moved.