ERootMotionMode::Type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimEnums.h

Include

#include "Animation/AnimEnums.h"

Syntax

namespace ERootMotionMode
{
    enum Type
    {
        NoRootMotionExtraction,
        IgnoreRootMotion,
        RootMotionFromEverything,
        RootMotionFromMontagesOnly,
    }
}

Values

Name

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss