Navigation
API > API/Plugins > API/Plugins/NiagaraUIRenderer
Which world-space plane to project Niagara particle positions onto.
| Name | ENiagaraUIScreenPlane |
| Type | enum |
| Header File | /Engine/Plugins/FX/NiagaraUIRenderer/Source/NiagaraUIRenderer/Public/NiagaraUITypes.h |
| Include Path | #include "NiagaraUITypes.h" |
Syntax
enum ENiagaraUIScreenPlane
{
XY,
XZ,
YZ,
}
Values
| Name | Remarks |
|---|---|
| XY | Project X (right) and Y (up) — typical for effects simulated in the XY plane. |
| XZ | Project X (right) and Z (up). |
| YZ | Project Y (right) and Z (up). |