Navigation
API > API/Developer > API/Developer/LauncherServices
Interface for launcher tools modules.
| Name | ILauncherServicesModule |
| Type | class |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherServicesModule.h |
| Include Path | #include "ILauncherServicesModule.h" |
Syntax
class ILauncherServicesModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherServicesModule() |
Virtual destructor. | ILauncherServicesModule.h |
Classes
| Name | Remarks |
|---|---|
| FLauncherServicesSDKNotInstalled | Delegate for when a platform SDK isn't installed corrected (takes the platform name and the documentation link to show) |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ProfileManagerInitializedDelegate | FOnLauncherProfileManagerInitialized | Delegate that is invoked when a profile manager is initialized. | ILauncherServicesModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnCreateLauncherDelegate | FOnCreateLauncher | ILauncherServicesModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BroadcastLauncherServicesSDKNotInstalled
(
const FString& PlatformName, |
ILauncherServicesModule.h | ||
ILauncherDeviceGroupRef CreateDeviceGroup () |
Creates a new device group. | ILauncherServicesModule.h | |
ILauncherDeviceGroupRef CreateDeviceGroup
(
const FGuid& Guid, |
Creates a new device group. | ILauncherServicesModule.h | |
ILauncherRef CreateLauncher() |
Creates a game launcher. | ILauncherServicesModule.h | |
ILauncherProfileRef CreateProfile
(
const FString& ProfileName |
Creates a launcher profile. | ILauncherServicesModule.h | |
FString GetExecutableForCommandlets() |
Determines the executable that should be used for executing commandlets | ILauncherServicesModule.h | |
ILauncherProfileManagerRef GetProfileManager() |
Gets the launcher profile manager. | ILauncherServicesModule.h | |
FLauncherServicesSDKNotInstalled & OnLauncherServicesSDKNotInstalled() |
ILauncherServicesModule.h |