UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWorkerThread Struct Reference

Public Member Functions

 FWorkerThread ()
 

Public Attributes

FTaskThreadBaseTaskGraphWorker
 
FRunnableThreadRunnableThread
 
bool bAttached
 

Detailed Description

FWorkerThread Helper structure to aggregate a few items related to the individual threads.

Constructor & Destructor Documentation

◆ FWorkerThread()

FWorkerThread::FWorkerThread ( )
inline

Constructor to set reasonable defaults.

Member Data Documentation

◆ bAttached

bool FWorkerThread::bAttached

For external threads, this determines if they have been "attached" yet. Attachment is mostly setting up TLS for this individual thread.

◆ RunnableThread

FRunnableThread* FWorkerThread::RunnableThread

For internal threads, the is non-NULL and holds the information about the runable thread that was created.

◆ TaskGraphWorker

FTaskThreadBase* FWorkerThread::TaskGraphWorker

The actual FTaskThread that manager this task


The documentation for this struct was generated from the following file: