ITargetDevice::Run

Runs an executable on the device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool Run
(
    const FString & ExecutablePath,
    const FString & Params,
    uint32 * OutProcessId
)

Remarks

Runs an executable on the device.

Returns

true if the executable was started, false otherwise.

Parameters

Parameter

Description

ExecutablePath

The path to the executable to run.

Params

The command line parameters.

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