Navigation
API > API/Plugins > API/Plugins/ControlRig
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ModularRigModel.h |
| Include | #include "ModularRigModel.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigModuleReference
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FString > | Bindings | ||
| bool | bShortNameBasedOnPath | ||
| TArray< FRigModuleReference * > | CachedChildren | ||
| TSoftClassPtr< UControlRig > | Class | ||
| TMap< FName, FString > | ConfigValues | ||
| FName | Name | ||
| FString | ParentPath | ||
| FName | PreviousName | ||
| FString | PreviousParentPath | ||
| FString | ShortName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigModuleReference
(
const FName& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< const FRigConnectorElement * > | FindConnectors
(
const URigHierarchy* InHierarchy |
||
| const FRigConnectorElement * | FindPrimaryConnector
(
const URigHierarchy* InHierarchy |
||
| FString | GetLongName () |
||
| FString | GetNamespace () |
||
| FString | GetPath () |
||
| FString | GetShortName () |
||
| bool | |||
| bool | IsRootModule () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FRigElementKey, FRigElementKey > | Connections_DEPRECATED |