Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveElement
(
FRigBaseElement* InElement |
Removes an existing element from the hierarchy. | Rigs/RigHierarchyController.h | |
bool RemoveElement
(
FRigElementKey InElement, |
Removes an existing element from the hierarchy | Rigs/RigHierarchyController.h |
|
RemoveElement(FRigBaseElement *)
Description
Removes an existing element from the hierarchy.
| Name | RemoveElement |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
bool RemoveElement
(
FRigBaseElement * InElement
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InElement | The element to remove |
RemoveElement(FRigElementKey, bool, bool)
Description
Removes an existing element from the hierarchy
| Name | RemoveElement |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
UFUNCTION (BlueprintCallable, Category=URigHierarchyController)
bool RemoveElement
(
FRigElementKey InElement,
bool bSetupUndo,
bool bPrintPythonCommand
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InElement | The key of the element to remove |
| bSetupUndo | If set to true the stack will record the change for undo / redo |
| bPrintPythonCommand | If set to true a python command equivalent to this call will be printed out |