Open 3D Engine Multiplayer Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <ISessionHandlingRequests.h>
Public Attributes | |
AZStd::string | m_playerSessionId |
A unique identifier for registered player in session. | |
AZStd::string | m_dnsName |
The DNS identifier assigned to the instance that is running the session. | |
AZStd::string | m_ipAddress |
The IP address of the session. | |
uint16_t | m_port = 0 |
The port number for the session. | |
SessionConnectionConfig The properties for handling join session request.