ITargetDevice::TerminateProcess

Terminates a process that was launched on the device using the [Launch()](API\Developer\TargetPlatform\Interfaces\ITargetDevice\Launch) or [Run()](API\Developer\TargetPlatform\Interfaces\ITargetDevice\Run) methods.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h

Include

#include "Interfaces/ITargetDevice.h"

Syntax

bool TerminateProcess
(
    const int64 ProcessId
)

Remarks

Terminates a process that was launched on the device using the Launch() or Run() methods.

Returns

true if the process was terminated, false otherwise.

Parameters

Parameter

Description

ProcessId

The identifier of the process to terminate.

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