unreal.NiagaraGpuBufferFormat

class unreal.NiagaraGpuBufferFormat

Bases: unreal.EnumBase

Niagara supported buffer formats on the GPU.

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraCommon.h

FLOAT

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

Type

0

HALF_FLOAT

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

Type

1

UNSIGNED_NORMALIZED_BYTE

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

Type

2