FTargetDeviceServiceLaunchApp

Application launch messages Implements a message for committing a deployment transaction.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceLaunchApp

Remarks

Application launch messages Implements a message for committing a deployment transaction.

To launch an arbitrary executable on a device use the FTargetDeviceServiceRunExecutable message instead.

Variables

Name Description

Public variable

FString

 

AppID

Holds the identifier of the application to launch.

Public variable

uint8

 

BuildConfiguration

The application's build configuration, i.e. Debug or Shipping.

Public variable

FString

 

Params

Holds optional command line parameters for the application.

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use.

Constructors

Name Description

Public function

FTargetDeviceServiceLaunchApp()

Default constructor.

Public function

FTargetDeviceServiceLaunchApp

(
    FName InVariant,
    const FString& InAppId,
    EBuildConfiguration InBuildConfigur...,
    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