enum class Detail2Combo_t : int32
{
    // MPropertyFriendlyName = Uninitialized
    DETAIL_2_COMBO_UNINITIALIZED = -1,
    // MPropertyFriendlyName = Off
    DETAIL_2_COMBO_OFF = 0,
    // MPropertyFriendlyName = Add
    DETAIL_2_COMBO_ADD = 1,
    // MPropertyFriendlyName = Add + Self Illum
    DETAIL_2_COMBO_ADD_SELF_ILLUM = 2,
    // MPropertyFriendlyName = Mod2X
    DETAIL_2_COMBO_MOD2X = 3,
    // MPropertyFriendlyName = Multiply
    DETAIL_2_COMBO_MUL = 4,
    // MPropertyFriendlyName = Crossfade
    DETAIL_2_COMBO_CROSSFADE = 5,
};