Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Animation
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h |
| Include | #include "Animation/DebugSkelMeshComponent.h" |
Syntax
enum EProcessRootMotionMode
{
Ignore,
Loop,
LoopAndReset,
}
Values
| Name | Description |
|---|---|
| Ignore | Preview mesh will not consume root motion |
| Loop | Preview mesh will consume root motion continually |
| LoopAndReset | Preview mesh will consume root motion resetting the position back to the origin every time the animation loops |
Remarks
Different modes for when processing root motion