Navigation
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. |