Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/RootMotionSource.h |
| Include | #include "GameFramework/RootMotionSource.h" |
Syntax
struct FRootMotionSourceSettings
Remarks
Structure for RootMotionSource option flags (used for convenience instead of having to manually manipulate flag bitfields)
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Flags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
||
| bool | HasFlag
(
ERootMotionSourceSettingsFlags Flag |
||
| void | SetFlag
(
ERootMotionSourceSettingsFlags Flag |
||
| void | UnSetFlag
(
ERootMotionSourceSettingsFlags Flag |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRootMotionSourceSettings & | operator+=
(
const FRootMotionSourceSettings& Other |
Accumulate settings with one another. |