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 |
FName GetSafeNewName
&40;
const FString & InPotentialNewName,
ERigElementType InType
&41; 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 |