// MPropertyFriendlyName = Limit Count
// MPropertyDescription = Skip this node after the limit. Check Type does not apply, the limit will always be checked.
class CPulseCell_LimitCount : public CPulseCell_BaseRequirement
{
public:
    // MPropertyFlattenIntoParentRow
    int32 m_nLimitCount;
};

KV3 Class Defaults

{
    _class = "CPulseCell_LimitCount"
    m_nEditorNodeID = -1
    m_nLimitCount = 1
}