Skip to main content

mover-movement-system

Implement actor movement with Unreal's experimental Mover plugin (UE 5.8) — the modular, rollback-networked successor to CharacterMovementComponent. Covers UMoverComponent / UCharacterMoverComponent setup, producing input via IMoverInputProducerInterface and FCharacterDefaultInputs, movement modes and transitions, layered moves, instant movement effects, movement modifiers (stance/crouch), shared settings (UCommonLegacyMovementSettings), sync state queries, and backend selection (Network Prediction, Chaos networked physics, standalone). Use when adopting or evaluating Mover, creating a Mover-based pawn, authoring a custom movement mode or layered move, migrating from CMC, wiring Enhanced Input into ProduceInput, or debugging Mover prediction/rollback behavior.

Jump to install

Source facts

Repository
kevinpbuckley/unreal-engine-skills
Last source activity
August 4, 2026 at 15:34
Detected SKILL.md language
English
Stars
28
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.