Hey, basically I want to change the main camera to a camera I have setup in a blueprint. I have a blueprint setup for when the player enters it the level changes but I want the main camera to change to the camera attached to the level change blueprint’s camera.
You can call PlayerController->SetViewTarget or SetViewTargetWithBlend with the Actor which hold the Level Camera.
Thanks that worked great!