Description
Returns the resolved array of items of the connector.
Information
| Plugin | ControlRig |
| Category | Modules |
| Tags | Connector,GetResolved,Target,Resolve |
| Type | FRigUnit_ResolveArrayConnector |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Connector | The key of the connector to resolve | Rig Element Key | (Type=Connector,Name="") |
| SkipSocket | If the connector is resolved to a socket the node * will return the socket's direct parent (skipping it). | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting array of items the connector is resolved to | TArray<FRigElementKey> | |
| bIsConnected | Returns true if the connector is resolved to a target. | bool |