enum class ECommendType : uint32
{
    k_eInvalid = 0,
    k_eGeneric = 1,
    k_eFriendly = 2,
    k_eTeamwork = 3,
    k_eSkilled = 4,
};