Enum ENDIExport_GPUAllocationMode Path C++ Link /Script/Niagara.ENDIExport_GPUAllocationMode underlying uint8 /Script/Niagara Values 3 NameValueHex FixedSize00x00PerParticle10x01ENDIExport_MAX20x02 Used by 1types with a member, parameter or interface of this type UNiagaraDataInterfaceExport // /Script/Niagara.ENDIExport_GPUAllocationMode enum class ENDIExport_GPUAllocationMode : uint8 { FixedSize = 0, PerParticle = 1, ENDIExport_MAX = 2, };