you could try using a get all actors of class when the projectile is created then having logic to decide which to target. For example you could get all actors of class player then have logic to find the closest one and have the target set to it. Essentially it would give you an array and you just have to set which index to get and set it as your target.