// MPropertyFriendlyName = Select Example Criteria
// MPropertyDescription = Evaluate the requirements of each connected node
// MPulseEditorHeaderIcon = tools/images/pulse_editor/requirements.png
// MPulseEditorCanvasItemSpecKV3 = { className='IsControlFlowNode AllOutflowsInSpecialSection IsSelectorNode' create_special_outflows_section=true }
class CPulseCell_ExampleSelector : public CPulseCell_BaseFlow
{
public:
    PulseSelectorOutflowList_t m_OutflowList;
};

KV3 Class Defaults

{
    _class = "CPulseCell_ExampleSelector"
    m_nEditorNodeID = -1
    m_OutflowList = 
    {
        m_Outflows = [  ]
    }
}