ELANBeaconVersionHistory

This value indicates which packet version the server is sending.

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/LANBeacon.h

Include

#include "LANBeacon.h"

Syntax

enum ELANBeaconVersionHistory
{
    HISTORY_INITIAL        = 11,
    HISTORY_BEACON_GUID    = 12,
    HISTORY_PLUS_ONE,
    HISTORY_LATEST         = HISTORY_PLUS_ONE - 1,
}

Values

Name

Description

HISTORY_INITIAL

HISTORY_BEACON_GUID

HISTORY_PLUS_ONE

--="">----------------------------------------------

HISTORY_LATEST

Remarks

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:

="">="">