FTargetDeviceThreadInfo

Structure for thread information.

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetDevice.h"

Syntax

struct FTargetDeviceThreadInfo

Remarks

Structure for thread information.

Variables

Name Description

Public variable

uint64

 

ExitCode

Holds the exit code.

Public variable

uint32

 

Id

Holds the thread identifier.

Public variable

FString

 

Name

Holds the name of the thread.

Public variable

uint64

 

StackSize

Holds the thread's stack size.

Public variable

ETargetDeviceTh...

 

State

Holds the thread's current state.

Public variable

ETargetDeviceTh...

 

WaitState

Holds the thread's current wait state.

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