Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h |
Include |
#include "NiagaraDataInterfaceExport.h" |
enum ENDIExport_GPUAllocationMode
{
FixedSize,
PerParticle,
}
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. |