UNiagaraNodeInput::SortNodes

Given an array of nodes, sort them in place by their sort order, then lexicographically if the same.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeInput.h"

Source

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

Syntax

static void SortNodes
(
    TArray< UNiagaraNodeInput * > & InOutNodes
)

Remarks

Given an array of nodes, sort them in place by their sort order, then lexicographically if the same.

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