Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include | #include "NiagaraEditorUtilities.h" |
namespace FNiagaraEditorUtilities
{
template<typename ElementType>
bool FNiagaraEditorUtilities::ArrayMatchesSet
(
const TArray < ElementType > & Array,
const TSet < ElementType > & Set
)
}
Remarks
Determines if the contents of an array matches a set