Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/FDatasmithUniqueNameProviderBase
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h |
Include | #include "DatasmithUtils.h" |
Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithUtils.cpp |
FString GenerateUniqueName
&40;
const FString & BaseName,
int32 CharBudget
&41;
Remarks
Generates a unique name FString unique name. Calling "Contains()" with this name will be false
Parameters
Name | Description |
---|---|
BaseName | Name that will be suffixed with an index to be unique |
CharBudget | Max character allowed in the name. |