FTaskGraphInterface::IsThreadProcessingTasks

Return true if the given named thread is processing tasks.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Async/TaskGraphInterfaces.h"

Syntax

bool IsThreadProcessingTasks
(
    ENamedThreads::Type ThreadToCheck
)

Remarks

Return true if the given named thread is processing tasks. This is only a "guess" if you ask for a thread other than yourself because that can change before the function returns.

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