ELauncherProfileRoleInstanceTypes::Type

Enumerates launch role instance types.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfileLaunchRole.h

Include

#include "ILauncherProfileLaunchRole.h"

Syntax

namespace ELauncherProfileRoleInstanceTypes
{
    enum Type
    {
        DedicatedServer,
        ListenServer,
        StandaloneClient,
        UnrealEditor,
    }
}

Values

Name

Description

DedicatedServer

The instance is a dedicated server.

ListenServer

The instance is a listen server.

StandaloneClient

The instance is a game client.

UnrealEditor

The instance is an Unreal Editor.

Remarks

Enumerates launch role instance types.

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