FTargetDeviceServiceTerminateLaunchedProcess

Application terminate process messages Implements a message for terminating an application running on the device.

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "TargetDeviceServiceMessages.h"

Syntax

struct FTargetDeviceServiceTerminateLaunchedProcess

Remarks

Application terminate process messages Implements a message for terminating an application running on the device.

Variables

Name Description

Public variable

FString

 

AppID

Holds the identifier of the application to launch.

Public variable

FName

 

Variant

Holds the variant identifier of the target device to use.

Constructors

Name Description

Public function

FTargetDeviceServiceTerminateLaunchedProcess()

Default constructor.

Public function

FTargetDeviceServiceTerminateLaunchedProcess

(
    FName InVariant,
    const FString& InAppId
)

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