ITargetDevice::GetProcessSnapshot

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

int32 GetProcessSnapshot
(
    TArray< FTargetDeviceProcessInfo > & OutProcessInfos
)

Remarks

Creates a snapshot of processes currently running on the device.

Returns

The number of returned processes.

Parameters

Parameter

Description

OutProcessInfos

Will contain the information for running processes.

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