// MPulseEditorCanvasItemSpecKV3 = { className = 'IsControlFlowNode' }
class CPulseCell_WaitForCursorsWithTagBase : public CPulseCell_BaseYieldingInflow
{
public:
    // MPropertyDescription = Any extra waiting cursors will be terminated. -1 for infinite cursors.
    int32 m_nCursorsAllowedToWait;
    CPulse_ResumePoint m_WaitComplete;
};

KV3 Class Defaults

{
    _class = "CPulseCell_WaitForCursorsWithTagBase"
    m_nEditorNodeID = -1
    m_nCursorsAllowedToWait = -1
    m_WaitComplete = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
}