Navigation
API > API/Plugins > API/Plugins/Niagara
References
| |
|
| Module |
Niagara |
| Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h |
| Include |
#include "NiagaraDataInterfaceExport.h" |
Syntax
enum ENDIExport_GPUAllocationMode
&123;
FixedSize,
PerParticle,
&125;
Values
| Name |
Description |
| FixedSize |
Use a fixed number of elements to write into per frame. |
| PerParticle |
Use a variable number of elements to write into per frame based on number of emitter property particle count multiplied by the modifier. |