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