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