Navigation
API > API/Plugins > API/Plugins/OnlineBase
This value indicates which packet version the server is sending. Clients with differing versions will ignore these packets. This prevents crashing when changing the packet format and there are existing servers on the network Current format:
| Name | ELANBeaconVersionHistory |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineBase/Source/Public/Online/LANBeacon.h |
| Include Path | #include "Online/LANBeacon.h" |
Syntax
enum ELANBeaconVersionHistory
{
HISTORY_INITIAL = 11,
HISTORY_BEACON_GUID = 12,
HISTORY_PLUS_ONE,
HISTORY_LATEST = HISTORY_PLUS_ONE - 1,
}
Values
| Name | Remarks |
|---|---|
| HISTORY_INITIAL | |
| HISTORY_BEACON_GUID | |
| HISTORY_PLUS_ONE | -- |
| HISTORY_LATEST |