ELauncherProfileRoleInstanceTypes::Type

Enumerates launch role instance types.

Unreal Engine C++ API Reference > Developer > LauncherServices

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library