ELanBeaconState::Type

Enum indicating the state the LAN beacon is in

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

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