Character Movement is Disabled ''accessed none trying to read property Character Movement''

New Unreal Engine user heređŸ–đŸ»
So i was working on something else then Unreal Engine started to give this error when i stop simulation. I can’t move because character movement looks missing, i dont know how. Normally there gotta be settings under details but now its frozen.

For anyone faced the same problem: reparent your character blueprint from “Character” to something else and parent it back to “Character”. Make sure you made backup though.

Good thing you figured it out. To give some additional information:
Character Movement Component is related to Character Blueprints. When you have Character Movement Component in your BP, the component will be looking for a Character BP to work on. Reparenting your BP or creating a new one as Character BP will fix this. If you want to move a Pawn instead, Floating Pawn Movement Component will make it. But, this component also works on Character BPs.