ILauncher::Launch

Launches the specified profile.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncher.h"

Syntax

ILauncherWorkerPtr Launch
(
    const TSharedRef< ITargetDeviceProxyManager > & DeviceProxyManager,
    const ILauncherProfileRef & Profile
)

Remarks

Launches the specified profile.

Returns

The worker thread, or nullptr if not launched.

Parameters

Parameter

Description

DeviceProxyManager

The target device proxy manager to use.

Profile

The profile to launch.

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