Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_RigModulesBase
- FRigUnit_ResolveConnector
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_RigModules.h |
| Include | #include "Units/Execution/RigUnit_RigModules.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Connection", Keywords="Connector,GetResolved,Target,Resolve", Varying))
struct FRigUnit_ResolveConnector : public FRigUnit_RigModulesBase
Remarks
Returns the resolved item of the connector.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsConnected | Returns true if the connector is resolved to a target. | |
| FRigElementKey | Connector | The key of the connector to resolve | |
| FRigElementKey | Result | The resulting item the connector is resolved to | |
| bool | SkipSocket | If the connector is resolved to a socket the node will return the socket's direct parent (skipping it). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |