ITargetDevice::Launch

Launches a previously deployed build.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool Launch
(
    const FString & AppId,
    EBuildConfiguration BuildConfiguration,
    EBuildTargetType TargetType,
    const FString & Params,
    uint32 * OutProcessId
)

Remarks

Launches a previously deployed build.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

AppId

The identifier of the application to launch (as returned by the Deploy() method).

BuildConfiguration

The build configuration to launch.

TargetType

The target type to launch

Params

The command line parameters to launch with.

OutProcessId

Will hold the identifier of the created process (can be NULL).

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