ENDIExport_GPUAllocationMode

Choose your operating system:

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.