// MPulseEditorHeaderIcon = tools/images/pulse_editor/observable_variable_listener.png// MPropertyFriendlyName = Wait For Observable Conditionclass CPulseCell_WaitForObservable : publicCPulseCell_BaseYieldingInflow{public: // MPropertyDescription = Condition to evaluate when any of its dependent values change.PulseObservableBoolExpression_t m_Condition;CPulse_ResumePoint m_OnTrue;};