Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Optional Override To Specify RootMotion
| Name | FRootMotionOverride |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimSequencerInstanceProxy.h |
| Include Path | #include "AnimSequencerInstanceProxy.h" |
Syntax
struct FRootMotionOverride
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRootMotionOverride() |
AnimSequencerInstanceProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBlendFirstChildOfRoot | bool | If true we use the ChildBoneIndex otherwise we use the root | AnimSequencerInstanceProxy.h | |
| ChildBoneIndex | int32 | AnimSequencerInstanceProxy.h | ||
| PreviousTransform | FTransform | AnimSequencerInstanceProxy.h | ||
| RootMotion | FTransform | AnimSequencerInstanceProxy.h |