Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
namespace ELanBeaconState
{
enum Type
{
NotUsingLanBeacon,
Hosting,
Searching,
}
}
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 |
Enum indicating the state the LAN beacon is in