Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncher
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncher.h |
Include | #include "ILauncher.h" |
ILauncherWorkerPtr Launch
&40;
const TSharedRef< ITargetDeviceProxyManager > & DeviceProxyManager,
const ILauncherProfileRef & Profile
&41;
Remarks
Launches the specified profile. The worker thread, or nullptr if not launched.
Parameters
Name | Description |
---|---|
DeviceProxyManager | The target device proxy manager to use. |
Profile | The profile to launch. |