Network
Sending and receiving data over the network.
Classes
-
NetworkPeer— Represents a single peer in a network hierarchy. -
Network— High-level networking class that wraps NetworkPeer to provide simple server/client functionality.
Structs
-
NetworkAddress— Represents an IPv4 or IPv6 network address. -
ConnectionID— ID uniquely representing a network connection. -
NetworkMessage— Represents a message received from the network. -
ConnectionInformation— Connection state information and quality metrics.
Enums
-
IPType— Supported versions of internet protocol (IP) and their representative address formats. -
NetworkSendFlagBits— Flags controlling how messages are sent over the network. -
ConnectionState— Connection state.
Internal
Symbols intended for engine-internal use. Not part of the public API.
Enums
-
Network::NetworkState