Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
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.
| Name | FAnimNextNormalizeKeyframeRotationsTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/EvaluationVM/Tasks/NormalizeRotations.h |
| Include Path | #include "EvaluationVM/Tasks/NormalizeRotations.h" |
Syntax
USTRUCT ()
struct FAnimNextNormalizeKeyframeRotationsTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextNormalizeKeyframeRotationsTask
Functions
Public
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::AnimNext::FEvaluationVM& VM |
Task entry point. | EvaluationVM/Tasks/NormalizeRotations.h | |
virtual const UScriptStruct * GetStruct() |
Returns the derived type for the task. | EvaluationVM/Tasks/NormalizeRotations.h |