ENiagaraGpuBufferFormat

Niagara supported buffer formats on the GPU.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h

Include

#include "NiagaraCommon.h"

Syntax

enum ENiagaraGpuBufferFormat
{
    Float,
    HalfFloat,
    UnsignedNormalizedByte,
    Max,
}

Values

Name

Description

Float

32-bit per channel floating point, range [-3.402823 x 10^38, 3.402823 x 10^38]

HalfFloat

16-bit per channel floating point, range [-65504, 65504]

UnsignedNormalizedByte

8-bit per channel fixed point, range [0, 1].

Max

Remarks

Niagara supported buffer formats on the GPU.

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