FDatasmithUniqueNameProviderBase::GenerateUniqueName

Generates a unique name

Windows
MacOS
Linux

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

Syntax

FString GenerateUniqueName
(
    const FString & BaseName
)

Remarks

Generates a unique name

Returns

FString unique name. Calling "Contains()" with this name will be false

Parameters

Parameter

Description

BaseName

Name that will be suffixed with an index to be unique

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss