Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/EvaluationVM > API/Plugins/AnimNext/EvaluationVM/Tasks
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextBlendAddKeyframeWithScaleTask
- FAnimNextBlendAddKeyframePerBoneWithScaleTask
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/EvaluationVM/Tasks/BlendKeyframes.h |
| Include | #include "EvaluationVM/Tasks/BlendKeyframes.h" |
Syntax
USTRUCT ()
struct FAnimNextBlendAddKeyframeWithScaleTask : public FAnimNextEvaluationTask
Remarks
Blend Add Keyframe With Scale Task
This pops the top two keyframes (A and B) from the VM keyframe stack (let B be at the top). B is our intermediary result that we add on top of; while A is the keyframe we scale. The result is pushed back onto the stack. Top = Top + (Top-1 * 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 | |
|---|---|---|---|
| FAnimNextBlendAddKeyframeWithScaleTask | 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. |