Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
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.
| Name | FAnimNextPushReferenceKeyframeTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/EvaluationVM/Tasks/PushReferenceKeyframe.h |
| Include Path | #include "EvaluationVM/Tasks/PushReferenceKeyframe.h" |
Syntax
USTRUCT ()
struct FAnimNextPushReferenceKeyframeTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextPushReferenceKeyframeTask
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAdditive | bool | Whether or not the reference pose comes from the skeleton or is the additive identity. | EvaluationVM/Tasks/PushReferenceKeyframe.h |
|
Functions
Public
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::UAF::FEvaluationVM& VM |
Task entry point. | EvaluationVM/Tasks/PushReferenceKeyframe.h | |
virtual const UScriptStruct * GetStruct() |
Returns the derived type for the task. | EvaluationVM/Tasks/PushReferenceKeyframe.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextPushReferenceKeyframeTask MakeFromAdditiveIdentity() |
EvaluationVM/Tasks/PushReferenceKeyframe.h | ||
static FAnimNextPushReferenceKeyframeTask MakeFromSkeleton() |
EvaluationVM/Tasks/PushReferenceKeyframe.h |