ITargetDeviceProxy::Run

Attempts to run an executable on the device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

void Run
(
    FName InVariant,
    const FString & ExecutablePath,
    const FString & Params
)

Remarks

Attempts to run an executable on the device.

Parameters

Parameter

Description

InVariant

Variant to run the executable with.

ExecutablePath

The path to the executable to run.

Params

The command line parameters.

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