Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixer
Undoes FAnimNextBakeRootAttributeToBoneTask: targets stack index 1 (the bake's pose, pushed down when a non-consuming eval task ran on top) and resets bone[0] to identity.
| Name | FAnimNextResetRootBoneTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixer/Public/Systems/MovieSceneRootMotionSystem.h |
| Include Path | #include "Systems/MovieSceneRootMotionSystem.h" |
Syntax
USTRUCT ()
struct FAnimNextResetRootBoneTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextResetRootBoneTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNextResetRootBoneTask() |
Systems/MovieSceneRootMotionSystem.h |
Functions
Public
Public Virtual
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::UAF::FEvaluationVM& VM |
Systems/MovieSceneRootMotionSystem.h | ||
virtual const UScriptStruct * GetStruct() |
Systems/MovieSceneRootMotionSystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextResetRootBoneTask Make() |
Systems/MovieSceneRootMotionSystem.h |