FTaskGraphInterface::AttachToThread

A one time call that "introduces" an external thread to the system.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

void AttachToThread
(
    ENamedThreads::Type CurrentThread
)

Remarks

A one time call that "introduces" an external thread to the system. Basically, it just sets up the TLS info

Parameters

Parameter

Description

CurrentThread;

The name of the current thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss