Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| |
|
| Name |
ESwapRootBone |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimSequencerInstanceProxy.h |
| Include Path |
#include "AnimSequencerInstanceProxy.h" |
Syntax
enum ESwapRootBone
{
SwapRootBone_Component,
SwapRootBone_Actor,
SwapRootBone_None,
}
Values
| Name |
Remarks |
| SwapRootBone_Component |
Swap the root bone to the component |
| SwapRootBone_Actor |
Swap root bone to the actor root component |
| SwapRootBone_None |
Do not swap the root bone |