Navigation
API > API/Plugins > API/Plugins/ControlRig
Inheritance Hierarchy
- FAnimNode_CustomProperty
- FAnimNode_ControlRigBase
- FAnimNode_ControlRig
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/AnimNode_ControlRig.h |
| Include | #include "AnimNode_ControlRig.h" |
Syntax
USTRUCT ()
struct FAnimNode_ControlRig : public FAnimNode_ControlRigBase
Remarks
Animation node that allows animation ControlRig output to be used in an animation graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< int32 > | RefPoseSetterHash | A hash to encode the pointer to anim instance, an. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetIOMapping
(
bool bInput, |
||
| int32 | |||
| void | InitializeProperties
(
const UObject* InSourceInstance, |
||
| void | PostSerialize
(
const FArchive& Ar |
||
| void | PropagateInputProperties
(
const UObject* InSourceInstance |
||
| void | SetControlRigClass
(
TSubclassOf< UControlRig > InControlRigClass |
||
| void | SetIOMapping
(
bool bInput, |
||
| bool | UpdateControlRigIfNeeded
(
const UAnimInstance* InAnimInstance, |
||
| void | UpdateControlRigRefPoseIfNeeded
(
const FAnimInstanceProxy* InProxy, |
Helper function to update the initial ref pose within the Control Rig if needed. |
Overridden from FAnimNode_ControlRigBase
| Type | Name | Description | |
|---|---|---|---|
| void | CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
||
| void | Evaluate_AnyThread
(
FPoseContext& Output |
||
| void | GatherDebugData
(
FNodeDebugData& DebugData |
||
| UControlRig * | Return Control Rig of current object | ||
| TSubclassOf< UControlRig > | |||
| UClass * | |||
| void | Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
||
| void | OnInitializeAnimInstance
(
const FAnimInstanceProxy* InProxy, |
||
| void | Update_AnyThread
(
const FAnimationUpdateContext& Context |
||
| void | UpdateInput
(
UControlRig* ControlRig, |
Update input/output to control rig | |
| void | UpdateOutput
(
UControlRig* InControlRig, |
Typedefs
| Name | Description |
|---|---|
| FCurveMappings |