enum class ParticleVolumetricSmokeCreationType_t : uint32
{
    // MPropertyFriendlyName = Continuous Injection From Particles
    PARTICLE_VOLUMETRIC_SMOKE_TYPE_CONTINUOUS = 0,
    // MPropertyFriendlyName = Instant Impulse On Each Particle Event
    PARTICLE_VOLUMETRIC_SMOKE_TYPE_IMPULSE = 1,
};