ezEngine  Release 25.03
ezRemoteEvent Struct Reference

Event type for connections. More...

#include <RemoteInterface.h>

Public Types

enum  Type { ConnectedToClient, ConnectedToServer, DisconnectedFromClient, DisconnectedFromServer }
 

Public Attributes

Type m_Type
 
ezUInt32 m_uiOtherAppID
 

Detailed Description

Event type for connections.

Member Enumeration Documentation

◆ Type

Enumerator
ConnectedToClient 

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

ConnectedToServer 

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

DisconnectedFromClient 

Sent every time the connection to a client is dropped.

DisconnectedFromServer 

Sent when the connection to the server has been lost.


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