Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigModuleSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigModuleDefines.h |
| Include Path | #include "Rigs/RigModuleDefines.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigModuleSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigModuleSettings() |
Rigs/RigModuleDefines.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FString | The category of the module. | Rigs/RigModuleDefines.h |
|
| Description | FString | The description of the module. | Rigs/RigModuleDefines.h |
|
| ExposedConnectors | TArray< FRigModuleConnector > | Rigs/RigModuleDefines.h |
|
|
| Icon | FSoftObjectPath | The icon used for the module in the module library. | Rigs/RigModuleDefines.h |
|
| Identifier | FRigModuleIdentifier | The identifier used to retrieve the module in the module library. | Rigs/RigModuleDefines.h |
|
| Keywords | FString | The keywords of the module. | Rigs/RigModuleDefines.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigModuleConnector * FindPrimaryConnector() |
Rigs/RigModuleDefines.h | ||
bool IsValidModule
(
bool bRequireExposedConnectors |
Rigs/RigModuleDefines.h |