ELANBeaconVersionHistory

This value indicates which packet version the server is sending.

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:

="">="">

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss