Navigation
API > API/Plugins > API/Plugins/Niagara
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
Include | #include "NiagaraCommon.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraCommon.cpp |
namespace FNiagaraUtilities
{
FName FNiagaraUtilities&58;&58;GetUniqueName
&40;
FName CandidateName,
const TSet< FName > & ExistingNames
&41;
}
Remarks
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.