Navigation
API > API/Runtime > API/Runtime/Engine
Enumeration for RootMotionSource accumulation mode
| Name | ERootMotionAccumulateMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h |
| Include Path | #include "GameFramework/RootMotionSource.h" |
Syntax
enum ERootMotionAccumulateMode
{
Override = 0,
Additive = 1,
}
Values
| Name | Remarks |
|---|---|
| Override | Sets velocity to this value directly. |
| Additive | Gets added on top of existing velocity. |