Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
| uint64 | ExitCode | Holds the exit code. | |
| uint32 | Id | Holds the thread identifier. | |
| FString | Name | Holds the name of the thread. | |
| uint64 | StackSize | Holds the thread's stack size. | |
| ETargetDeviceThreadStates | State | Holds the thread's current state. | |
| ETargetDeviceThreadWaitStates | WaitState | Holds the thread's current wait state. |