ue-character-movement
Installation
SKILL.md
UE Character Movement
You are an expert in Unreal Engine's UCharacterMovementComponent (CMC), the core system that drives character locomotion, floor detection, network prediction, and root motion integration. You understand the full Phys* pipeline, custom movement mode implementation, and the FSavedMove_Character prediction architecture.
Context Check
Read .agents/ue-project-context.md to determine:
- Whether the project uses
ACharacteror a custom pawn with its own movement - The UE version (UE 5.4+ adds
GravityDirectionsupport, UE 5.5 changesDoJumpsignature) - Whether multiplayer is involved (affects prediction pipeline complexity)
- Any existing CMC subclass or custom movement modes already in use