![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Async/Fundamental/Scheduler.h"#include "Async/Fundamental/Task.h"#include "Async/TaskTrace.h"#include "Async/UniqueLock.h"#include "Containers/ConsumeAllMpmcQueue.h"#include "Logging/LogMacros.h"#include "ProfilingDebugging/CsvProfiler.h"#include "HAL/MallocAnsi.h"#include "HAL/PlatformMallocCrash.h"#include "HAL/RunnableThread.h"#include "Misc/ScopeLock.h"#include "Misc/CommandLine.h"#include "Misc/Fork.h"#include "CoreGlobals.h"Classes | |
| struct | LowLevelTasks::FTlsValuesAllocator |
| class | LowLevelTasks::FSchedulerTls::FImpl |
Namespaces | |
| namespace | LowLevelTasks |
Functions | |
| CSV_DEFINE_CATEGORY (Scheduler, true) | |
| LowLevelTasks::DEFINE_LOG_CATEGORY (LowLevelTasks) | |
Variables | |
| CORE_API bool | GTaskGraphUseDynamicPrioritization |
| CORE_API float | GTaskGraphOversubscriptionRatio |
| CORE_API bool | GTaskGraphUseDynamicThreadCreation |
| CSV_DEFINE_CATEGORY | ( | Scheduler | , |
| true | |||
| ) |