unreal.NiagaraUIScreenPlane

class unreal.NiagaraUIScreenPlane

Bases: EnumBase

Which world-space plane to project Niagara particle positions onto.

C++ Source:

  • Plugin: NiagaraUIRenderer

  • Module: NiagaraUIRenderer

  • File: NiagaraUITypes.h

XY: NiagaraUIScreenPlane = Ellipsis

Project X (right) and Y (up) — typical for effects simulated in the XY plane.

Type:

0

XZ: NiagaraUIScreenPlane = Ellipsis

Project X (right) and Z (up).

Type:

1

YZ: NiagaraUIScreenPlane = Ellipsis

Project Y (right) and Z (up).

Type:

2