How to handle an RC car

Thanks for the response.

The “Set view Target with Blend” Node takes a CameraActor input. On the player character the Follow camera is a Camera Component reference which does not input into the NewTargetView.

I think i might change my design and set a camera (Camera Actor) in the world, and once the Player walks into the Trigger. I will just use this camera for both the Player and the RC Car. Using the CameraActor in the world will let me use the “Set view Target with Blend” Node.

Also if anyone else has any comments or further input I’m open to it.

Thanks aga!n.