![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Async/Fundamental/WaitingQueue.h"#include "Async/Fundamental/Scheduler.h"#include "Async/TaskTrace.h"#include "Logging/LogMacros.h"#include "HAL/RunnableThread.h"#include "Misc/ScopeLock.h"#include "Misc/ScopeExit.h"#include "Misc/CommandLine.h"#include "HAL/PlatformMisc.h"#include "HAL/PlatformProcess.h"#include "ProfilingDebugging/CpuProfilerTrace.h"#include "ProfilingDebugging/CsvProfiler.h"#include "Trace/Trace.h"#include "Trace/Trace.inl"#include "Math/Color.h"#include "Misc/AssertionMacros.h"#include "CoreGlobals.h"Namespaces | |
| namespace | LowLevelTasks |
| namespace | LowLevelTasks::Private |
| namespace | LowLevelTasks::Private::WaitingQueueImpl |
Functions | |
| CSV_DECLARE_CATEGORY_EXTERN (Scheduler) | |
| uint64 | LowLevelTasks::Private::WaitingQueueImpl::GetActiveThreadCount (uint64 StandbyState) |
| void | LowLevelTasks::Private::WaitingQueueImpl::EnterWait (FWaitEvent *Node) |
| #define WAITINGQUEUE_EVENT_SCOPE_ALWAYS | ( | Name | ) | SCOPED_NAMED_EVENT(Name, FColor::Turquoise) |
| #define WITH_WAITINGQUEUE_DEBUG 0 |
| #define WITH_WAITINGQUEUE_TRACING 0 |
| CSV_DECLARE_CATEGORY_EXTERN | ( | Scheduler | ) |