ITargetDevice::GetProcessSnapshot

Creates a snapshot of processes currently running on the device.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"
int32 GetProcessSnapshot
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FTargetDeviceProcessInfo](API\Developer\TargetPlatform\Interfaces\FTargetDeviceProcessInfo) > & OutProcessInfos
)

Remarks

Creates a snapshot of processes currently running on the device. The number of returned processes.

Parameters

Name Description
OutProcessInfos Will contain the information for running processes.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library