Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_DynamicHierarchyBaseMutable
- FRigUnit_HierarchyAddElement
- FRigUnit_HierarchyAddSocket
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_DynamicHierarchy.h |
| Include | #include "Units/Execution/RigUnit_DynamicHierarchy.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Spawn Socket", Keywords="Construction,Create,New,Locator,Group", Varying))
struct FRigUnit_HierarchyAddSocket : public FRigUnit_HierarchyAddElement
Remarks
Adds a new socket to the hierarchy Note: This node only runs as part of the construction event.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | The color of the socket | |
| FString | Description | The (optional) description of the socket | |
| ERigVMTransformSpace | Space | Defines if the transform should be interpreted in local or global space | |
| FTransform | Transform | The initial transform of the new element |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigUnit_HierarchyAddElement
| Type | Name | Description | |
|---|---|---|---|
| ERigElementType |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |