FollowCamera smooth target change

Hey guys,

I have multiple actors moving in a scene and I have a FollowCamera locked on one actor.
I need to change the actor that is being locked and I don’t want the camera to just jump to another target.
Is there a way to smoothly change the camera’s locked target.

Cheers,
Irinel

This is just of the top of my head so it might be nonsense but you could give it a try.

Create an invisible actor that the camera follows. The invisible actor moves with actor1. When the camera needs to follow actor2 move the invisible actor in a path to actor2 and then move with actor2.

2 Likes

Will give it a try, thanks.

The other way might be to animate the camera’s target from one actor to the other, but man is that a wonderful suggestion :slight_smile:

2 Likes