class ParamAndPriority_t
{
public:
    // MPropertyFlattenIntoParentRow
    CGlobalSymbol m_strParamName;
    // MPropertyFlattenIntoParentRow
    int32 m_nPriority;
};

KV3 Class Defaults

{
    m_strParamName = ""
    m_nPriority = 0
}