Navigation
API > API/Editor > API/Editor/UnrealEd
Different modes for visualizing root motion
| Name | EVisualizeRootMotionMode |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h |
| Include Path | #include "Animation/DebugSkelMeshComponent.h" |
Syntax
enum EVisualizeRootMotionMode
{
None,
Trajectory,
TrajectoryAndOrientation,
}
Values
| Name | Remarks |
|---|---|
| None | Preview will not show root motion |
| Trajectory | Preview will show root motion path |
| TrajectoryAndOrientation | Preview will show root motion path and orientation. |