Navigation
API > API/Plugins > API/Plugins/RigLogicAnimNext
Inheritance Hierarchy
- FAnimNextEvaluationTask
- FAnimNextRigLogicTask
References
| Module | RigLogicAnimNext |
| Header | /Engine/Plugins/Experimental/RigLogicAnimNext/Source/RigLogicAnimNext/Public/RigLogicTask.h |
| Include | #include "RigLogicTask.h" |
Syntax
USTRUCT ()
struct FAnimNextRigLogicTask : public FAnimNextEvaluationTask
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimNextRigLogicTask | Make () |
||
| void | UpdateAnimMapCurves
(
const FCachedIndexedCurve& MaskMultiplierCurves, |
||
| void | UpdateBlendShapeCurves
(
const FCachedIndexedCurve& MorphTargetCurves, |
||
| void | UpdateControlCurves
(
FRigInstance* InRigInstance, |
||
| void | UpdateJoints
(
const TArrayView< const UE::AnimNext::FRigLogicBoneMapping > RigLogicIndexToMeshIndexMapping, |
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. |
Typedefs
| Name | Description |
|---|---|
| FCachedIndexedCurve |
Constants
| Name | Description |
|---|---|
| ATTR_COUNT_PER_JOINT |