ELanBeaconState::Type

Enum indicating the state the LAN beacon is in

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace ELanBeaconState
{
    enum Type
    {
        NotUsingLanBeacon,
        Hosting,
        Searching,
    }
}

Values

Name

Description

NotUsingLanBeacon

The lan beacon is disabled

Hosting

The lan beacon is responding to client requests for information

Searching

The lan beacon is querying servers for information

Remarks

Enum indicating the state the LAN beacon is in