Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceExport
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"Export GPU",
Meta&61;&40;EditCondition&61;"GPUAllocationMode &61;&61; ENDIExport_GPUAllocationMode&58;&58;PerParticle", UIMin&61;"0.0", ClampMin&61;"0.0"&41;&41;
float GPUAllocationPerParticleSize
Remarks
Uses the emitter property particle count * this to determine the number of elements we reserve for write per frame. The console variable fx.Niagara.NDIExport.GPUMaxReadbackCount is used to cap the maximum. Once the limit is reached we ignore further writes.