Navigation
Unreal Engine C++ API Reference > 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. |
ETargetDeviceTh... | State | Holds the thread's current state. |
ETargetDeviceTh... | WaitState | Holds the thread's current wait state. |