Navigation
API > API/Plugins > API/Plugins/Niagara
Description
Builds a unique name from a candidate name and a set of existing names. The candidate name will be made unique if necessary by adding a 3 digit index to the end.
| Name | FNiagaraUtilities::GetUniqueName |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraCommon.cpp |
namespace FNiagaraUtilities
{
FName FNiagaraUtilities::GetUniqueName
(
FName CandidateName,
const TSet< FName > & ExistingNames
)
}