ITargetDeviceProxy::TerminateLaunchedProcess

Cancel the application running on the device

Windows
MacOS
Linux

References

Module

TargetDeviceServices

Header

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

Include

#include "ITargetDeviceProxy.h"

Syntax

bool TerminateLaunchedProcess
(
    FName InVariant,
    const FString & ProcessIdentifier
)

Remarks

Cancel the application running on the device

Returns

true if the launch has been successfully terminated, false otherwise.

Parameters

Parameter

Description

InVariant

Variant of the device

ProcessIdentifier

The bundle id

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