Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
URigHierarchyController * GetController
(
bool bCreateIfNeeded
)
Remarks
Returns a controller for this hierarchy. Note: If the controller is not available this will return nullptr even if the bCreateIfNeeded flag is set to true. You can check the controller's availability with IsControllerAvailable(). The Controller for this hierarchy
Parameters
| Name | Description |
|---|---|
| bCreateIfNeeded | Creates a controller if needed |