ITargetDevice::GetProcessSnapshotAsync

Creates a snapshot of processes currently running on the device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

virtual bool GetProcessSnapshotAsync
(
    TFunction< void< FTargetDeviceProcessInfo > &)> CompleteHandler
)

Remarks

Creates a snapshot of processes currently running on the device.

Returns

True if retrieving a process snapshot is supported

Parameters

Parameter

Description

OutProcessInfos

Will contain the information for running processes.

CompleteHandler

will be invoked when process snapshot information is available

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