Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Store the pose on top of the stack in the given Transform Array
| Name | FAnimNextStoreKeyframeTransformsTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/EvaluationVM/Tasks/StoreKeyframe.h |
| Include Path | #include "EvaluationVM/Tasks/StoreKeyframe.h" |
Syntax
USTRUCT ()
struct FAnimNextStoreKeyframeTransformsTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextStoreKeyframeTransformsTask
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dest | UE::UAF::FTransformArraySoAHeap * | EvaluationVM/Tasks/StoreKeyframe.h |
Functions
Public
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::UAF::FEvaluationVM& VM |
Task entry point. | EvaluationVM/Tasks/StoreKeyframe.h | |
virtual const UScriptStruct * GetStruct() |
Returns the derived type for the task. | EvaluationVM/Tasks/StoreKeyframe.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextStoreKeyframeTransformsTask Make
(
UE::UAF::FTransformArraySoAHeap* Dest |
EvaluationVM/Tasks/StoreKeyframe.h |