enum class SosActionSetParamSortType_t : uint32
{
    // MPropertyFriendlyName = Max = Highest
    SOS_SETPARAM_SORTTYPE_HIGHEST = 0,
    // MPropertyFriendlyName = Max = Lowest
    SOS_SETPARAM_SORTTYPE_LOWEST = 1,
};