class CPulseCell_Timeline__TimelineEvent_t
{
public:
    float32 m_flTimeFromPrevious;
    CPulse_OutflowConnection m_EventOutflow;
};

KV3 Class Defaults

{
    m_flTimeFromPrevious = 0.0
    m_EventOutflow = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
}