Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_DynamicHierarchyBaseMutable
- FRigUnit_HierarchyRemoveElement
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="Remove Item", Keywords="Delete,Erase,Joint,Skeleton", Varying))
struct FRigUnit_HierarchyRemoveElement : public FRigUnit_DynamicHierarchyBaseMutable
Remarks
Removes an element from the hierarchy Note: This node only runs as part of the construction event.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSuccess | True if the element has been removed successfuly | |
| FRigElementKey | Item | The item to remove |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |