Navigation
API > API/Plugins > API/Plugins/OnlineBase
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLanBeacon | Class responsible for sending/receiving UDP broadcasts for LAN match discovery | ||
| FLANSession | Encapsulate functionality related to LAN broadcast data | ||
| FNboSerializeFromBuffer | Disable used without initialization warning because the reads are initializing. | ||
| FNboSerializeToBuffer | Serializes data in network byte order form into a buffer |
Constants
| Name | Description |
|---|---|
| LAN_BEACON_PACKET_VERSION | |
| NboSerializer::UnexpectedType |
Typedefs
| Name | Description |
|---|---|
| FOnSearchingTimeout | |
| FOnSearchingTimeoutDelegate | |
| FOnValidQueryPacket | LAN Session Delegates. |
| FOnValidQueryPacketDelegate | |
| FOnValidResponsePacket | |
| FOnValidResponsePacketDelegate |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ELanBeaconState::Type | Enum indicating the state the LAN beacon is in | ||
| ELANBeaconVersionHistory | This value indicates which packet version the server is sending. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | ELanBeaconState::ToString
(
ELanBeaconState::Type EnumVal |
||
| void | GenerateNonce
(
uint8* Nonce, |
Generates a random nonce (number used once) of the desired length |