ezEngine  Release 25.03
ezTelemetry::TelemetryEventData Struct Reference

Public Types

enum  EventType {
  ConnectedToClient, ConnectedToServer, DisconnectedFromClient, DisconnectedFromServer,
  PerFrameUpdate
}
 

Public Attributes

EventType m_EventType
 

Member Enumeration Documentation

◆ EventType

Enumerator
ConnectedToClient 

brief Send whenever a new connection to a client has been established.

ConnectedToServer 

brief Send whenever a connection to the server has been established.

DisconnectedFromClient 

Send every time the connection to a client is dropped.

DisconnectedFromServer 

Send when the connection to the server has been lost.

PerFrameUpdate 

Send once per frame, react to this to send per-frame statistics.


The documentation for this struct was generated from the following file: