Replicated movement of a spawned actor via character ability.

lots of ways to do this,

  1. the player could keep a reference to the turret they spawned.
  2. the turret can have a ref to the owning player controller and expose it on spawn
  3. since your using abilities you might have some sort of ability manager that send input to the ‘selected’ ability