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 |
FRigName GetSafeNewName
(
const FRigName & InPotentialNewName,
ERigElementType InType,
bool bAllowNameSpace
) const
Remarks
Returns a valid new name for a to-be-added element. Returns the name to use for the to-be-added element.
Parameters
| Name | Description |
|---|---|
| InPotentialNewName | The name to be sanitized and adjusted for availability |
| InType | The type of the to-be-added element |
| bAllowNameSpace | If true the name will be allowed to contain namespaces |