FNiagaraEditorUtilities::SetsMatch

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::SetsMatch
    (
        const TSet< ElementType > & SetA,
        const TSet< ElementType > & SetB
    )
}

Remarks

Determines if the contents of two sets matches

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