Navigation
API > API/Plugins > API/Plugins/RigLogicAnimNext
| Name | FAnimNextRigLogicTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/RigLogicAnimNext/Source/RigLogicAnimNext/Public/RigLogicTask.h |
| Include Path | #include "RigLogicTask.h" |
Syntax
USTRUCT ()
struct FAnimNextRigLogicTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FAnimNextRigLogicTask
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCachedIndexedCurve | TBaseBlendedCurve< FDefaultAllocator, UE::Anim::FCurveElementIndexed > | RigLogicTask.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ATTR_COUNT_PER_JOINT | uint16 | RigLogicTask.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TraitInstanceData | UE::AnimNext::FRigLogicTrait::FInstanceData * | RigLogicTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateAnimMapCurves
(
const FCachedIndexedCurve& MaskMultiplierCurves, |
RigLogicTask.h | ||
void UpdateBlendShapeCurves
(
const FCachedIndexedCurve& MorphTargetCurves, |
RigLogicTask.h | ||
void UpdateControlCurves
(
FRigInstance* InRigInstance, |
RigLogicTask.h | ||
void UpdateJoints
(
const TArrayView< const UE::AnimNext::FRigLogicBoneMapping > RigLogicIndexToMeshIndexMapping, |
RigLogicTask.h |
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::AnimNext::FEvaluationVM& VM |
Task entry point. | RigLogicTask.h | |
virtual const UScriptStruct * GetStruct() |
RigLogicTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextRigLogicTask Make
(
UE::AnimNext::FRigLogicTrait::FInstanceData* InstanceData |
RigLogicTask.h |