Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENDIExport_GPUAllocationMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h |
| Include Path |
#include "NiagaraDataInterfaceExport.h" |
Syntax
enum ENDIExport_GPUAllocationMode
{
FixedSize,
PerParticle,
}
Values
| Name |
Remarks |
| 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. |