FTargetDeviceServiceRunExecutable

Implements a message for running an executable on a target device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceRunExecutable

Remarks

Implements a message for running an executable on a target device.

To launch a previously deployed application on a device use the FTargetDeviceServiceLaunchApp message instead.

Variables

Name Description

Public variable

FString

 

ExecutablePath

Holds the path to the executable on the device.

Public variable

FString

 

Params

Holds optional command line parameters for the executable.

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use for execution.

Constructors

Name Description

Public function

FTargetDeviceServiceRunExecutable()

Default constructor.

Public function

FTargetDeviceServiceRunExecutable

(
    FName InVariant,
    const FString& InExecutablePath,
    const FString& InParams
)

Creates and initializes a new instance.

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