Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Description
Determines if the contents of two sets matches
| Name | FNiagaraEditorUtilities::SetsMatch |
| 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::SetsMatch
(
const TSet< ElementType > & SetA,
const TSet< ElementType > & SetB
)
}