Need help with "Accessed None" error

265962-screenshot-4.png

So I was follwing along an Youtube Turorial on how to make an RTs camera. I did It exactly as shown in the video and I checked i twice but I always get the same Errors.

Notice at the top right of your first image it says “Parent Class: Player Controller”. Check the one for your “bCamerapawn” and report back with the parent class for this blueprint.

Now It Says “Couldn’t spawn player: Failed to spawn player controller”

Instead of using get player pawn, try using get player controller.

Figured it out I had to Change My GameState to GameStateBase but thanks anyway.