Navigation
API > API/Plugins > API/Plugins/OptimusCore
Description
Given an object scope, ensure that the given name is unique within that scope. If the name is already unique, it will be returned unchanged.
| Name | Optimus::GetUniqueNameForScope |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusHelpers.h |
| Include Path | #include "OptimusHelpers.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusHelpers.cpp |
namespace Optimus
{
FName Optimus::GetUniqueNameForScope
(
UObject * InScopeObj,
FName InName
)
}