FTaskGraphInterface::ProcessThreadUntilIdle

Requests that a named thread, which must be this thread, run until idle, then return.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

uint64 ProcessThreadUntilIdle
(
    ENamedThreads::Type CurrentThread
)

Remarks

Requests that a named thread, which must be this thread, run until idle, then return.

Parameters

Parameter

Description

CurrentThread;

The name of this 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