ITargetDeviceProxy::LaunchApp

Launches a previously deployed build on the target device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

/Engine/Source/Developer/TargetDeviceServices/Public/ITargetDeviceProxy.h

Include

#include "ITargetDeviceProxy.h"

Syntax

bool LaunchApp
(
    FName InVariant,
    const FString & AppId,
    EBuildConfiguration BuildConfiguration,
    const FString & Params
)

Remarks

Launches a previously deployed build on the target device.

If the launching fails, the OnLaunchFailed() delegate will be invoked.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

InVariant

Variant to launch the app with.

AppId

The identifier of the application to launch.

BuildConfiguration

The build configuration to launch with.

Params

The command line parameters to launch with.

See Also

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