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/BlendKeyframesPerBone.h |
| Include | #include "EvaluationVM/Tasks/BlendKeyframesPerBone.h" |
Syntax
USTRUCT ()
struct FAnimNextBlendOverwriteKeyframePerBoneWithScaleTask : public FAnimNextBlendOverwriteKeyframeWithScaleTask
Remarks
Blend Overwrite Keyframe Per Bone With Scale Task
This pops the top keyframe from the VM keyframe stack, it scales each bone by a factor, and pushes back the result onto the stack. Top = Top * ScaleFactor
If no blend profile is provided, this task behaves like FAnimNextBlendOverwriteKeyframeWithScaleTask Note that rotations will not be normalized after this task.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FBlendSampleData * | BlendData | The blend data associated with the keyframe to overwrite Cannot use a UPROPERTY with a pointer to a struct | |
| TWeakObjectPtr< const UBlendProfile > | BlendProfile | The blend profile to use An optional blend profile provides a blend weight per bone |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextBlendOverwriteKeyframePerBoneWithScaleTask | Make
(
TWeakObjectPtr< const UBlendProfile > BlendProfile, |
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. |