I keep getting this error whilst trying to play in Editor and using “play from here”:
It keeps starting the player below the level geometry and not where i asked it to?
This is the portion of the level BP its complaining about:
It compiles and runs with no issues otherwise.
I had a similar thing before, this ended up being a mismatch between the game mode being used in project settings and game mode settings in the the editor, but this isn’t the case with this map and I just can’t figure it out?
I am newb here so I hope that I am not saying nonsense, but is it your blueprint character, becvause if you dont need to reference it and if not, I think you try to assign him a variable that he did not have, I think you have to do castToPlayer and search his var from there again I could be wrong.
Other possibilities is that your playercharacter is not playercharacter0
Keep in mind that your controlled Pawn has to be Character and not a differnt direct subclass of Pawn.
As Jared mentioned, put your logic into the Pawn/Character instead of Level.