Navigation
API > API/Runtime > API/Runtime/Engine
Enumeration for RootMotionSource status flags
| Name | ERootMotionSourceStatusFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h |
| Include Path | #include "GameFramework/RootMotionSource.h" |
Syntax
enum ERootMotionSourceStatusFlags
{
Prepared = 0x01,
Finished = 0x02,
MarkedForRemoval = 0x04,
}
Values
| Name | Remarks |
|---|---|
| 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. |