Navigation
API > API/Plugins > API/Plugins/RigLogicUAF
| Name | FUAFRigLogicTask |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/RigLogicUAF/Source/RigLogicUAF/Public/RigLogicTask.h |
| Include Path | #include "RigLogicTask.h" |
Syntax
USTRUCT ()
struct FUAFRigLogicTask : public FAnimNextEvaluationTask
Inheritance Hierarchy
- FAnimNextEvaluationTask → FUAFRigLogicTask
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::UAF::FRigLogicTrait::FInstanceData * | RigLogicTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateControlCurves
(
FRigInstance* InRigInstance, |
RigLogicTask.h |
Overridden from FAnimNextEvaluationTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute
(
UE::UAF::FEvaluationVM& VM |
Task entry point. | RigLogicTask.h | |
virtual const UScriptStruct * GetStruct() |
RigLogicTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FUAFRigLogicTask Make
(
UE::UAF::FRigLogicTrait::FInstanceData* InstanceData |
RigLogicTask.h | ||
static void UpdateAnimMapCurves
(
const FCachedIndexedCurve& MaskMultiplierCurves, |
RigLogicTask.h | ||
static void UpdateBlendShapeCurves
(
const FCachedIndexedCurve& MorphTargetCurves, |
RigLogicTask.h | ||
static void UpdateJoints
(
const TArrayView< const UE::UAF::FRigLogicBoneMapping > RigLogicIndexToMeshIndexMapping, |
RigLogicTask.h |