Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/Tasks
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextSwapTransformsTask
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/Tasks/StoreKeyframe.h |
| Include | #include "EvaluationVM/Tasks/StoreKeyframe.h" |
Syntax
USTRUCT ()
struct FAnimNextSwapTransformsTask : public FAnimNextEvaluationTask
Remarks
Swap the two given Transform Arrays
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::AnimNext::FTransformArraySoAHeap * | A | ||
| UE::AnimNext::FTransformArraySoAHeap * | B |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextSwapTransformsTask |
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. |