How do I get UCameraComponent from ACharacter/APlayerController?

Hey there,

There’s a Player Camera Manager object accessible from the base PlayerController, so if you have a child of player controller you can access it right away like this:

282779-1.png

and if you’d like to access it from any custom character you can do this:

282780-2.png