So I decided to update Unreal from 4.8 to 4.15 in the middle of a tutorial, and my game will not play.
this is what it originally looked like:
And here it is after:
Notice the String in the upper lefthand corner. THAT came from my Macro that handles reference casting. The IsValids were added to isolate where reference casting was breaking (The Dreaded Accessed None Error) and I found that the error comes from GetPlayerPawn failing. I assume this is an issue with Default Pawn Class I deduced this because when I change my DPC from CameraPawn (the pawn with the camera attached to it) to Default Pawn I successfully get Player Pawn, but fail to cast it (because the node is for casting to Camera Pawn…I think):
So I know (think) the problem has something to do with my CameraPawn, but I have no idea if I’m right or not, or how to proceed.
Maps and Modes. Because it’s been asked for every time someone asks about Default Pawn Class