Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ERootMotionMode::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimEnums.h |
| Include Path |
#include "Animation/AnimEnums.h" |
Syntax
namespace ERootMotionMode
{
enum Type
{
NoRootMotionExtraction,
IgnoreRootMotion,
RootMotionFromEverything,
RootMotionFromMontagesOnly,
}
}
Values
| Name |
Remarks |
| NoRootMotionExtraction |
Leave root motion in animation. |
| IgnoreRootMotion |
Extract root motion but do not apply it. |
| RootMotionFromEverything |
Root motion is taken from all animations contributing to the final pose, not suitable for network multiplayer setups. |
| RootMotionFromMontagesOnly |
Root motion is only taken from montages, suitable for network multiplayer setups. |