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 FModularRigConnections
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConnection
(
const FRigElementKey& Connector, |
||
| TArray< FModularRigSingleConnection >::RangedForIteratorType | begin () |
||
| TArray< FModularRigSingleConnection >::RangedForConstIteratorType | begin () |
||
| TArray< FModularRigSingleConnection >::RangedForIteratorType | end () |
||
| TArray< FModularRigSingleConnection >::RangedForConstIteratorType | end () |
||
| int32 | FindConnectionIndex
(
const FRigElementKey& InConnectorKey |
||
| const TArray< FRigElementKey > & | FindConnectorsFromTarget
(
const FRigElementKey& InTargetKey |
||
| FRigElementKey | FindTargetFromConnector
(
const FRigElementKey& InConnectorKey |
||
| const TArray< FModularRigSingleConnection > & | |||
| TMap< FRigElementKey, FRigElementKey > | GetModuleConnectionMap
(
const FString& InModulePath |
Gets the connection map for a single module, where the connectors are identified without its namespace | |
| bool | HasConnection
(
const FRigElementKey& InConnectorKey, |
||
| bool | HasConnection
(
const FRigElementKey& InConnectorKey |
||
| bool | IsEmpty () |
||
| int32 | Num () |
||
| void | RemoveConnection
(
const FRigElementKey& Connector |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FModularRigSingleConnection & | operator[]
(
int32 InIndex |
||
| const FModularRigSingleConnection & | operator[]
(
int32 InIndex |