Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
Blend Overwrite Keyframe With Scale Task
This pops the top keyframe from the VM keyframe stack, it scales it by a factor, and pushes back the result onto the stack. Top = Top * ScaleFactor
Note that rotations will not be normalized after this task.
| Name | FAnimNextBlendOverwriteKeyframeWithScaleTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/EvaluationVM/Tasks/BlendKeyframes.h |
| Include Path | #include "EvaluationVM/Tasks/BlendKeyframes.h" |
Syntax
USTRUCT ()
struct FAnimNextBlendOverwriteKeyframeWithScaleTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextBlendOverwriteKeyframeWithScaleTask
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScaleFactor | float | The scale factor to apply to the keyframe. | EvaluationVM/Tasks/BlendKeyframes.h |
|
Functions
Public
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::AnimNext::FEvaluationVM& VM |
Task entry point. | EvaluationVM/Tasks/BlendKeyframes.h | |
virtual const UScriptStruct * GetStruct() |
Returns the derived type for the task. | EvaluationVM/Tasks/BlendKeyframes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextBlendOverwriteKeyframeWithScaleTask Make
(
float ScaleFactor |
EvaluationVM/Tasks/BlendKeyframes.h |