FTargetDeviceProcessInfo

Structure for information for processes that are running on a target device.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

struct FTargetDeviceProcessInfo

Remarks

Structure for information for processes that are running on a target device.

Variables

Name Description

Public variable

int64

 

Id

Holds the process identifier.

Public variable

FString

 

Name

Holds the process name.

Public variable

uint64

 

ParentId

Holds the identifier of the parent process.

Public variable

TArray< FTarget...

 

Threads

Holds the collection of threads that belong to this process.

Public variable

FString

 

UserName

The name of the user that owns this process.

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