Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetAvailableSpaceIndex
(
FRigControlElement* InControlElement, |
Reorders an available space for the given control | Rigs/RigHierarchyController.h | |
bool SetAvailableSpaceIndex
(
FRigElementKey InControl, |
Reorders an available space for the given control | Rigs/RigHierarchyController.h |
|
SetAvailableSpaceIndex(FRigControlElement , const FRigTransformElement , int32)
Description
Reorders an available space for the given control
| Name | SetAvailableSpaceIndex |
| 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 SetAvailableSpaceIndex
(
FRigControlElement * InControlElement,
const FRigTransformElement * InSpaceElement,
int32 InIndex
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The control element to remove the available space from |
| InSpaceElement | The space element to remove from the available spaces list |
| InIndex | The new index of the available space |
SetAvailableSpaceIndex(FRigElementKey, FRigElementKey, int32, bool, bool)
Description
Reorders an available space for the given control
| Name | SetAvailableSpaceIndex |
| 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 SetAvailableSpaceIndex
(
FRigElementKey InControl,
FRigElementKey InSpace,
int32 InIndex,
bool bSetupUndo,
bool bPrintPythonCommand
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InControl | The control to reorder the host for |
| InSpace | The space to set the new index for |
| InIndex | The new index of the available space |
| 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 |