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.