FNiagaraEditorUtilities::ArrayMatchesSet

TODO: Move this to [TSet](API\Runtime\Core\Containers\TSet).

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h

Include

#include "NiagaraEditorUtilities.h"

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss