FTargetDeviceThreadInfo

Structure for thread information.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library