class CToggleComponentActionUpdater : public CAnimActionUpdater
{
public:
    AnimComponentID m_componentID;
    bool m_bSetEnabled;
};

KV3 Class Defaults

{
    _class = "CToggleComponentActionUpdater"
    m_componentID = 
    {
        m_id = 4294967295
    }
    m_bSetEnabled = true
}