Accessed none trying to read property

Getting a repetitive error. I know that Accessed none errors are when its trying to use something that doesn’t exist, but i cant see whats wrong/non-existent here.

There is no controller.

Hi ClaymoreStudio

Further to ClockworkOcean’s reply. Ensure that the character has been possessed by a controller. Otherwise “GetController” will return null. You could also access the controller directly using “GetPlayerController” instead of trying to retrieve it through the character (pawn).

Good luck.

Alex