Camera Transition Not Working in Unreal Engine 5

There are a few ways to do this. What we do is make “controllable camera character” with a small collision sphere and flying. Then just Possess() the controllable camera character with your player controller. That way you can possess, move, turn, etc. the controlled camera just like any other character.