// MPropertyFriendlyName = Wait// MPropertyDescription = Causes each execution cursor to pause at this node for a fixed period of time. Each cursor will wake up and resume execution when the time expires, unless aborted or early-woken.// MPulseEditorHeaderIcon = tools/images/pulse_editor/inflow_wait.png// MPulseEditorCanvasItemSpecKV3 = { className = 'IsWaitNode IsControlFlowNode' }class CPulseCell_Inflow_Wait : publicCPulseCell_BaseYieldingInflow{public:CPulse_ResumePoint m_WakeResume;};