Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskGraphInterface
Description
A one time call that "introduces" an external thread to the system. Basically, it just sets up the TLS info
| Name | AttachToThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
void AttachToThread
(
ENamedThreads::Type CurrentThread
)
Parameters
| Name | Remarks |
|---|---|
| CurrentThread; | The name of the current thread. |