FNiagaraEditorUtilities::GetNamespaceMetaDataSortPriority

Compare two [FNiagaraNamespaceMetadata](API\Plugins\NiagaraEditor\FNiagaraNamespaceMetadata) for the sort priority relative to the first argument A, where a lower number represents a higher priority.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraEditorUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp

Syntax

namespace FNiagaraEditorUtilities
{
    int32 FNiagaraEditorUtilities::GetNamespaceMetaDataSortPriority
    (
        const FNiagaraNamespaceMetadata & A,
        const FNiagaraNamespaceMetadata & B
    )
}

Remarks

Compare two FNiagaraNamespaceMetadata for the sort priority relative to the first argument A, where a lower number represents a higher priority.

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