Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigModuleInstance |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ModularRig.h |
| Include Path | #include "ModularRig.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigModuleInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigModuleInstance() |
ModularRig.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedChildren | TArray< FRigModuleInstance * > | ModularRig.h | ||
| CachedParentModule | FRigModuleInstance * | ModularRig.h | ||
| ConstructionSpawnStartIndex | int32 | ModularRig.h | ||
| Name | FName | ModularRig.h | ||
| ParentModuleName | FName | ModularRig.h | ||
| PostConstructionSpawnStartIndex | int32 | ModularRig.h | ||
| PrimaryConnector | FCachedRigElement | ModularRig.h | ||
| RigClass | TSubclassOf< UControlRig > | ModularRig.h | ||
| VariableBindings | TMap< FName, FRigVMExternalVariable > | ModularRig.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RigPtr | TObjectPtr< UControlRig > | ModularRig.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsRig
(
const UControlRig* InRig |
ModularRig.h | ||
TArray< const FRigConnectorElement * > FindConnectors() |
ModularRig.h | ||
const FRigConnectorElement * FindPrimaryConnector() |
ModularRig.h | ||
FString GetModulePath_Deprecated() |
ModularRig.h | ||
FString GetModulePrefix() |
ModularRig.h | ||
const FRigModuleReference * GetModuleReference() |
ModularRig.h | ||
const FRigModuleInstance * GetParentModule() |
ModularRig.h | ||
UControlRig * GetRig() |
ModularRig.h | ||
const FRigModuleInstance * GetRootModule() |
ModularRig.h | ||
bool HasChildModule
(
const FName& InModuleName, |
ModularRig.h | ||
bool IsRootModule() |
ModularRig.h | ||
void SetRig
(
UControlRig* InRig |
ModularRig.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentPath_DEPRECATED | FString | ModularRig.h |