FNiagaraEditorUtilities::GetVariableSortPriority

Compare two [FNiagaraVariable](API\Plugins\Niagara\FNiagaraVariable) names for the sort priority relative to the first argument VarNameA. Sorting is ordered by namespace and then alphabetized.

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
{
    bool FNiagaraEditorUtilities::GetVariableSortPriority
    (
        const FName & VarNameA,
        const FName & VarNameB
    )
}

Remarks

Compare two FNiagaraVariable names for the sort priority relative to the first argument VarNameA. Sorting is ordered by namespace and then alphabetized.

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