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" |
| Source | /Engine/Source/Runtime/Core/Private/Async/TaskGraph.cpp |
static void BroadcastSlow_OnlyUseForSpecialPurposes
&40;
bool bDoTaskThreads,
bool bDoBackgroundThreads,
TFunction< void(ENamedThreads::Type CurrentThread)> & Callback
&41;
Remarks
A (slow) function to call a function on every known thread, both named and workers
Parameters
| Name | Description |
|---|---|
| Callback | function to call prior to shutting down the taskgraph |