Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskGraphInterface
Description
The task graph is always multi-threaded for platforms that support it. For forked processes, the taskgraph will be singlethread for the master process but becomes multithread in the forked process
| Name | IsMultithread |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include Path | #include "Async/TaskGraphInterfaces.h" |
| Source | /Engine/Source/Runtime/Core/Private/Async/TaskGraph.cpp |
static bool IsMultithread()