// MNetworkVarNames = uint32 m_PredNetBoolVariables
// MNetworkVarNames = byte m_PredNetByteVariables
// MNetworkVarNames = uint16 m_PredNetUInt16Variables
// MNetworkVarNames = int32 m_PredNetIntVariables
// MNetworkVarNames = uint32 m_PredNetUInt32Variables
// MNetworkVarNames = uint64 m_PredNetUInt64Variables
// MNetworkVarNames = float m_PredNetFloatVariables
// MNetworkVarNames = Vector m_PredNetVectorVariables
// MNetworkVarNames = Quaternion m_PredNetQuaternionVariables
// MNetworkVarNames = CGlobalSymbol m_PredNetGlobalSymbolVariables
// MNetworkVarNames = uint32 m_OwnerOnlyPredNetBoolVariables
// MNetworkVarNames = byte m_OwnerOnlyPredNetByteVariables
// MNetworkVarNames = uint16 m_OwnerOnlyPredNetUInt16Variables
// MNetworkVarNames = int32 m_OwnerOnlyPredNetIntVariables
// MNetworkVarNames = uint32 m_OwnerOnlyPredNetUInt32Variables
// MNetworkVarNames = uint64 m_OwnerOnlyPredNetUInt64Variables
// MNetworkVarNames = float m_OwnerOnlyPredNetFloatVariables
// MNetworkVarNames = Vector m_OwnerOnlyPredNetVectorVariables
// MNetworkVarNames = Quaternion m_OwnerOnlyPredNetQuaternionVariables
// MNetworkVarNames = CGlobalSymbol m_OwnerOnlyPredNetGlobalSymbolVariables
// MNetworkVarNames = int m_nBoolVariablesCount
// MNetworkVarNames = int m_nOwnerOnlyBoolVariablesCount
// MNetworkVarNames = int m_nRandomSeedOffset
// MNetworkVarNames = float m_flLastTeleportTime
class CAnimGraphNetworkedVariables
{
    void* __vftable;
public:
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetBoolVarChanged
    // MNetworkAlias = m_PredBoolVariables
    CNetworkUtlVectorBase<uint32> m_PredNetBoolVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetByteVarChanged
    // MNetworkAlias = m_PredByteVariables
    CNetworkUtlVectorBase<uint8> m_PredNetByteVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetUInt16VarChanged
    // MNetworkAlias = m_PredUInt16Variables
    CNetworkUtlVectorBase<uint16> m_PredNetUInt16Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetIntVarChanged
    // MNetworkAlias = m_PredIntVariables
    CNetworkUtlVectorBase<int32> m_PredNetIntVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetUInt32VarChanged
    // MNetworkAlias = m_PredUInt32Variables
    CNetworkUtlVectorBase<uint32> m_PredNetUInt32Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetUInt64VarChanged
    // MNetworkAlias = m_PredUInt64Variables
    CNetworkUtlVectorBase<uint64> m_PredNetUInt64Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetFloatVarChanged
    // MNetworkAlias = m_PredFloatVariables
    CNetworkUtlVectorBase<float32> m_PredNetFloatVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetVectorVarChanged
    // MNetworkAlias = m_PredVectorVariables
    CNetworkUtlVectorBase<Vector> m_PredNetVectorVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetQuaternionVarChanged
    // MNetworkAlias = m_PredQuaternionVariables
    CNetworkUtlVectorBase<Quaternion> m_PredNetQuaternionVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnNetGlobalSymbolVarChanged
    // MNetworkAlias = m_PredGlobalSymbolVariables
    CNetworkUtlVectorBase<CGlobalSymbol> m_PredNetGlobalSymbolVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOBoolVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetBoolVariables
    CNetworkUtlVectorBase<uint32> m_OwnerOnlyPredNetBoolVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOByteVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetByteVariables
    CNetworkUtlVectorBase<uint8> m_OwnerOnlyPredNetByteVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOUInt16VarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetUInt16Variables
    CNetworkUtlVectorBase<uint16> m_OwnerOnlyPredNetUInt16Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOIntVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetIntVariables
    CNetworkUtlVectorBase<int32> m_OwnerOnlyPredNetIntVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOUInt32VarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetUInt32Variables
    CNetworkUtlVectorBase<uint32> m_OwnerOnlyPredNetUInt32Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOUInt64VarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetUInt64Variables
    CNetworkUtlVectorBase<uint64> m_OwnerOnlyPredNetUInt64Variables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOFloatVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetFloatVariables
    CNetworkUtlVectorBase<float32> m_OwnerOnlyPredNetFloatVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOVectorVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetVectorVariables
    CNetworkUtlVectorBase<Vector> m_OwnerOnlyPredNetVectorVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOQuaternionVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetQuaternionVariables
    CNetworkUtlVectorBase<Quaternion> m_OwnerOnlyPredNetQuaternionVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkSendProxyRecipientsFilter
    // MNetworkChangeCallback = OnNetOOGlobalSymbolVarChanged
    // MNetworkAlias = m_OwnerOnlyPredNetGlobalSymbolVariables
    CNetworkUtlVectorBase<CGlobalSymbol> m_OwnerOnlyPredNetGlobalSymbolVariables;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    int32 m_nBoolVariablesCount;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    int32 m_nOwnerOnlyBoolVariablesCount;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    int32 m_nRandomSeedOffset;
    // MNetworkEnable
    // MNetworkUserGroup = animationgraph
    // MNetworkChangeCallback = OnTeleportTimeChanged
    // MKV3TransferSaveOpsForField = !!UNKNOWN!!
    float32 m_flLastTeleportTime;
private:
    uint8 pad_01F8[16];
};