Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReorderElement
(
FRigBaseElement* InElement, |
Changes the element's index within its default parent (or the top level) | Rigs/RigHierarchyController.h | |
bool ReorderElement
(
FRigElementKey InElement, |
Changes the element's index within its default parent (or the top level) | Rigs/RigHierarchyController.h |
|
ReorderElement(FRigBaseElement *, int32)
Description
Changes the element's index within its default parent (or the top level)
| Name | ReorderElement |
| 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 ReorderElement
(
FRigBaseElement * InElement,
int32 InIndex
)
Returns true if the element has been reordered accordingly
Parameters
| Name | Remarks |
|---|---|
| InElement | The key of the element to rename |
| InIndex | The new index of the element to take within its default parent (or the top level) |
ReorderElement(FRigElementKey, int32, bool, bool)
Description
Changes the element's index within its default parent (or the top level)
| Name | ReorderElement |
| 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 ReorderElement
(
FRigElementKey InElement,
int32 InIndex,
bool bSetupUndo,
bool bPrintPythonCommand
)
Returns true if the element has been reordered accordingly
Parameters
| Name | Remarks |
|---|---|
| InElement | The key of the element to rename |
| InIndex | The new index of the element to take within its default parent (or the top level) |
| 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 |