class CLeanMatrixUpdateNode : public CLeafUpdateNode
{
    uint8 pad_0058[4];
public:
    int32 m_frameCorners[3][3];
    CPoseHandle m_poses[9];
    CAnimInputDamping m_damping;
    AnimVectorSource m_blendSource;
    CAnimParamHandle m_paramIndex;
    Vector m_verticalAxis;
    Vector m_horizontalAxis;
    HSequence m_hSequence;
    float32 m_flMaxValue;
    int32 m_nSequenceMaxFrame;
};

KV3 Class Defaults

{
    _class = "CLeanMatrixUpdateNode"
    m_nodePath = 
    {
        m_path = 
        [
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
            {
                m_id = 4294967295
            },
        ]
        m_nCount = 0
    }
    m_networkMode = "ServerAuthoritative"
    m_name = ""
    m_frameCorners = 
    [
        [ 0, 0, 0 ],
        [ 0, 0, 0 ],
        [ 0, 0, 0 ],
    ]
    m_poses = 
    [
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
        {
            m_nIndex = 65535
            m_eType = "POSETYPE_INVALID"
        },
    ]
    m_damping = 
    {
        _class = "CAnimInputDamping"
        m_speedFunction = "NoDamping"
        m_fSpeedScale = 1.0
        m_fFallingSpeedScale = 1.0
    }
    m_blendSource = "MoveDirection"
    m_paramIndex = 
    {
        m_type = "ANIMPARAM_UNKNOWN"
        m_index = 255
    }
    m_verticalAxis = [ 0.0, 0.0, 0.0 ]
    m_horizontalAxis = [ 0.0, 0.0, 0.0 ]
    m_hSequence = -1
    m_flMaxValue = 0.0
    m_nSequenceMaxFrame = 0
}