Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
enum ENiagaraStructConversion
&123;
UserFacing,
Simulation,
&125;
Values
| Name | Description |
|---|---|
| UserFacing | Do not modify struct data members, even if they are not compatible with the Niagara VM, as the struct is user facing (or from an external api). |
| Simulation | Convert struct members that are not compatible with the simulation (e.g. lwc types) into compatible types and return a simulation-friendly struct for the VM. |