Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetAvailableSpaceLabel
(
FRigControlElement* InControlElement, |
Updates the label on an available space | Rigs/RigHierarchyController.h | |
bool SetAvailableSpaceLabel
(
FRigElementKey InControl, |
Updates the label on an available space | Rigs/RigHierarchyController.h |
|
SetAvailableSpaceLabel(FRigControlElement , const FRigTransformElement , const FName &)
Description
Updates the label on an available space
| Name | SetAvailableSpaceLabel |
| 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 SetAvailableSpaceLabel
(
FRigControlElement * InControlElement,
const FRigTransformElement * InSpaceElement,
const FName & InDisplayLabel
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The control to reorder the host for |
| InSpaceElement | The space to set the new index for |
| InDisplayLabel | The new label of the available space |
SetAvailableSpaceLabel(FRigElementKey, FRigElementKey, FName, bool, bool)
Description
Updates the label on an available space
| Name | SetAvailableSpaceLabel |
| 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 SetAvailableSpaceLabel
(
FRigElementKey InControl,
FRigElementKey InSpace,
FName InDisplayLabel,
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 |
| InDisplayLabel | The new label 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 |