Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/Tasks
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextPushReferenceKeyframeTask
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/Tasks/PushReferenceKeyframe.h |
| Include | #include "EvaluationVM/Tasks/PushReferenceKeyframe.h" |
Syntax
USTRUCT ()
struct FAnimNextPushReferenceKeyframeTask : public FAnimNextEvaluationTask
Remarks
Push Reference Keyframe Task
This pushes a reference keyframe onto the top of the VM keyframe stack. This task can be used to push the reference keyframe from a source skeleton or the additive identity.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAdditive | Whether or not the reference pose comes from the skeleton or is the additive identity. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextPushReferenceKeyframeTask | |||
| FAnimNextPushReferenceKeyframeTask |
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. |