Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/Tasks
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextNormalizeKeyframeRotationsTask
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/Tasks/NormalizeRotations.h |
| Include | #include "EvaluationVM/Tasks/NormalizeRotations.h" |
Syntax
USTRUCT ()
struct FAnimNextNormalizeKeyframeRotationsTask : public FAnimNextEvaluationTask
Remarks
Normalize Keyframe Rotations Task
This pop the top keyframe from the VM keyframe stack, it normalizes its rotations, and pushes back the result onto the stack.
Overridden from FAnimNextEvaluationTask
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
UE::AnimNext::FEvaluationVM& VM |
Task entry point. | |
| const UScriptStruct * | GetStruct () |
Returns the derived type for the task. |