class CPulseCell_Outflow_PlayVCD : public CPulseCell_Outflow_PlaySceneBase
{
public:
    CStrongHandle<InfoForResourceTypeCChoreoSceneResource> m_hChoreoScene;
    CPulse_OutflowConnection m_OnPaused;
    CPulse_OutflowConnection m_OnResumed;
};

KV3 Class Defaults

{
    _class = "CPulseCell_Outflow_PlayVCD"
    m_nEditorNodeID = -1
    m_OnFinished = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
    m_OnCanceled = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
    m_Triggers = [  ]
    m_hChoreoScene = resource:""
    m_OnPaused = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
    m_OnResumed = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
}