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 bool IsMultithread&40;&41;
Remarks
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