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