Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
void StartQueuedTasks
(
bool bCancelAllTasks
)
Remarks
Start tasks until we reach the taskgraph worker number.
Parameters
| Name | Description |
|---|---|
| bCancelAllTasks | If true, we will start all tasks but with the cancel state set, so tasks will complete fast and call the completion task. |