Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/Tasks
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextBlendOverwriteKeyframeWithScaleTask
- FAnimNextBlendOverwriteKeyframePerBoneWithScaleTask
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/Tasks/BlendKeyframes.h |
| Include | #include "EvaluationVM/Tasks/BlendKeyframes.h" |
Syntax
USTRUCT ()
struct FAnimNextBlendOverwriteKeyframeWithScaleTask : public FAnimNextEvaluationTask
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ScaleFactor | The scale factor to apply to the keyframe. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextBlendOverwriteKeyframeWithScaleTask | Make
(
float ScaleFactor |
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. |