Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddAvailableSpace
(
FRigControlElement* InControlElement, |
Adds a new available space to the given control | Rigs/RigHierarchyController.h | |
bool AddAvailableSpace
(
FRigElementKey InControl, |
Adds a new available space to the given control | Rigs/RigHierarchyController.h |
|
AddAvailableSpace(FRigControlElement , const FRigTransformElement , const FName &)
Description
Adds a new available space to the given control
| Name | AddAvailableSpace |
| 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 AddAvailableSpace
(
FRigControlElement * InControlElement,
const FRigTransformElement * InSpaceElement,
const FName & InDisplayLabel
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InControlElement | The control element to add the available space for |
| InSpaceElement | The space element to add to the available spaces list |
| InDisplayLabel | The optional display label to use for the space |
AddAvailableSpace(FRigElementKey, FRigElementKey, FName, bool, bool)
Description
Adds a new available space to the given control
| Name | AddAvailableSpace |
| 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 AddAvailableSpace
(
FRigElementKey InControl,
FRigElementKey InSpace,
FName InDisplayLabel,
bool bSetupUndo,
bool bPrintPythonCommand
)
Returns true if successful.
Parameters
| Name | Remarks |
|---|---|
| InControl | The control to add the available space for |
| InSpace | The space to add to the available spaces list |
| InDisplayLabel | The optional display label to use for this 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 |