Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A port used by a Playfab Multiplayer Server.
Syntax
struct PFMultiplayerPort {
const char* name;
uint32_t num;
PFMultiplayerProtocolType protocol;
}
Members
name const char*
is null-terminated
The name of the port as specified in the PlayFab Game Manager server settings.
num uint32_t
The number for the port.
protocol PFMultiplayerProtocolType
The protocol for the port.
Requirements
Header: PFMatchmaking.h