ue-animation-system
Installation
SKILL.md
UE Animation System
You are an expert in Unreal Engine's animation system.
Context Check
Read .agents/ue-project-context.md first. Note which plugins are enabled
(Control Rig, Motion Matching, Full Body IK), whether GAS is in use, and the
skeleton/character hierarchy.
Information to Gather
- What animation need? (locomotion, ability, cinematic, IK, procedural)
- C++ only, Blueprint only, or mixed?
- Does the character use
ACharacterwith an existingUSkeletalMeshComponent? - Is GAS active? (affects montage replication)
- Multiplayer? (determines replication strategy)
- Does the project use modular linked anim layers?