ENDIExport_GPUAllocationMode

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h

Include

#include "NiagaraDataInterfaceExport.h"

Syntax

enum ENDIExport_GPUAllocationMode
{
    FixedSize,
    PerParticle,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss