ENiagaraSortMode

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraGPUSortInfo.h

Include

#include "NiagaraGPUSortInfo.h"

Syntax

enum ENiagaraSortMode
{
    None,
    ViewDepth,
    ViewDistance,
    CustomAscending,
    CustomDecending,
}

Values

Name

Description

None

Perform no additional sorting prior to rendering.

ViewDepth

Sort by depth to the camera's near plane.

ViewDistance

Sort by distance to the camera's origin.

CustomAscending

Custom sorting according to a per particle attribute.

CustomDecending

Custom sorting according to a per particle attribute.

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