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