Navigation
API > API/Developer > API/Developer/TargetPlatform
Structure for thread information.
| Name | FTargetDeviceThreadInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
| Include Path | #include "Interfaces/ITargetDevice.h" |
Syntax
struct FTargetDeviceThreadInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExitCode | uint64 | Holds the exit code. | Interfaces/ITargetDevice.h | |
| Id | uint32 | Holds the thread identifier. | Interfaces/ITargetDevice.h | |
| Name | FString | Holds the name of the thread. | Interfaces/ITargetDevice.h | |
| StackSize | uint64 | Holds the thread's stack size. | Interfaces/ITargetDevice.h | |
| State | ETargetDeviceThreadStates | Holds the thread's current state. | Interfaces/ITargetDevice.h | |
| WaitState | ETargetDeviceThreadWaitStates | Holds the thread's current wait state. | Interfaces/ITargetDevice.h |