Navigation
API > API/Plugins > API/Plugins/ControlRig
Removes an element from the hierarchy Note: This node only runs as part of the construction event.
| Name | FRigUnit_HierarchyRemoveElement |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_DynamicHierarchy.h |
| Include Path | #include "Units/Execution/RigUnit_DynamicHierarchy.h" |
Syntax
USTRUCT (Meta=(DisplayName="Remove Item", Keywords="Delete,Erase,Joint,Skeleton", Varying))
struct FRigUnit_HierarchyRemoveElement : public FRigUnit_DynamicHierarchyBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicHierarchyBaseMutable → FRigUnit_HierarchyRemoveElement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_HierarchyRemoveElement() |
Units/Execution/RigUnit_DynamicHierarchy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSuccess | bool | True if the element has been removed successfuly | Units/Execution/RigUnit_DynamicHierarchy.h |
|
| Item | FRigElementKey | The item to remove | Units/Execution/RigUnit_DynamicHierarchy.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Execution/RigUnit_DynamicHierarchy.h |