enum class ParticleOmni2LightTypeChoiceList_t : uint32
{
    // MPropertyFriendlyName = Point
    PARTICLE_OMNI2_LIGHT_TYPE_POINT = 0,
    // MPropertyFriendlyName = Sphere
    PARTICLE_OMNI2_LIGHT_TYPE_SPHERE = 1,
};