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)
UModularRigRuleManager * GetRuleManager
(
bool bCreateIfNeeded
)
Remarks
Returns a rule manager for this hierarchy Note: If the manager is not available this will return nullptr even if the bCreateIfNeeded flag is set to true. The Controller for this hierarchy
Parameters
| Name | Description |
|---|---|
| bCreateIfNeeded | Creates a controller if needed |