ERootMotionSourceStatusFlags

Enumeration for RootMotionSource status flags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h

Include

#include "GameFramework/RootMotionSource.h"

Syntax

enum ERootMotionSourceStatusFlags
{
    Prepared            = 0x01,
    Finished            = 0x02,
    MarkedForRemoval    = 0x04,
}

Values

Name

Description

Prepared

Source has been Prepared and can contribute to root motion.

Finished

Source has timed out or otherwise reached a state where it is considered "done".

MarkedForRemoval

Source has been queued for removal, will be removed next PrepareRootMotion() by the SourceGroup.

Remarks

Enumeration for RootMotionSource status flags

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