Character Class doesn't have a FirstPersonCamera

I was watching the interaction tutorial (- YouTube) and encountered the issue that my Character class doesn’t default come with a FirstPersonCamera. I added my own but then the other issue of pitch and yaw comes in. Looking for a fix, thanks.

Maybe try doing something like this? Unreal Engine 4 Tutorial: Horror Game - Part 1 "True FPS Camera" - YouTube
You have at least some camera in your character, you can just use that as the FirstPersonCamera. Cheers :slight_smile:

Thanks lad, I just had to set it to use pawn controls