Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigModuleReference |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ModularRigModel.h |
| Include Path | #include "ModularRigModel.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigModuleReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ModularRigModel.h | |||
FRigModuleReference
(
const FName& InName, |
ModularRigModel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bindings | TMap< FName, FString > | ModularRigModel.h | ||
| CachedChildren | TArray< FRigModuleReference * > | ModularRigModel.h | ||
| Class | TSoftClassPtr< UControlRig > | ModularRigModel.h | ||
| ConfigOverrides | FControlRigOverrideContainer | ModularRigModel.h | ||
| Name | FName | ModularRigModel.h | ||
| ParentModuleName | FName | ModularRigModel.h | ||
| PreviousName | FName | ModularRigModel.h |
|
|
| PreviousParentName | FName | ModularRigModel.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Model | const FModularRigModel * | ModularRigModel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< const FRigConnectorElement * > FindConnectors
(
const URigHierarchy* InHierarchy |
ModularRigModel.h | ||
const FRigConnectorElement * FindPrimaryConnector
(
const URigHierarchy* InHierarchy |
ModularRigModel.h | ||
FString GetElementPrefix() |
ModularRigModel.h | ||
FName GetElementPrefixFName() |
ModularRigModel.h | ||
FName GetFName() |
ModularRigModel.h | ||
FRigHierarchyModulePath GetModulePath() |
ModularRigModel.h | ||
FString GetName() |
ModularRigModel.h | ||
const FRigModuleReference * GetParentModule() |
ModularRigModel.h | ||
const FRigModuleReference * GetRootModule() |
ModularRigModel.h | ||
bool HasParentModule() |
ModularRigModel.h | ||
bool IsRootModule() |
ModularRigModel.h | ||
void PatchModelsOnLoad() |
ModularRigModel.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShortNameBasedOnPath_DEPRECATED | bool | ModularRigModel.h | ||
| ConfigValues_DEPRECATED | TMap< FName, FString > | ModularRigModel.h | ||
| Connections_DEPRECATED | TMap< FRigElementKey, FRigElementKey > | ModularRigModel.h |
|
|
| ParentPath_DEPRECATED | FString | ModularRigModel.h | ||
| ShortName_DEPRECATED | FString | ModularRigModel.h |