Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraStructConversion |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
enum ENiagaraStructConversion
{
UserFacing,
Simulation,
}
Values
| Name | Remarks |
|---|---|
| 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. |