![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IO/IoDispatcher.h"#include "Async/Mutex.h"#include "Async/UniqueLock.h"#include "Async/Fundamental/Scheduler.h"#include "Containers/Ticker.h"#include "Misc/CommandLine.h"#include "HAL/Runnable.h"#include "HAL/RunnableThread.h"#include "HAL/Event.h"#include "IO/IoDispatcherBackend.h"#include "IO/IoDispatcherConfig.h"#include "IO/IoDispatcherChunkDecoder.h"#include "IO/IoDispatcherPrivate.h"#include "IO/IoOffsetLength.h"#include "IO/PlatformIoDispatcher.h"#include "Misc/ScopeRWLock.h"#include "Misc/CoreDelegates.h"#include "Misc/ScopeLock.h"#include "ProfilingDebugging/CountersTrace.h"#include "ProfilingDebugging/CsvProfiler.h"#include "ProfilingDebugging/IoStoreTrace.h"#include "ProfilingDebugging/TraceAuxiliary.h"#include "Templates/Greater.h"Classes | |
| class | FIoRequestStats |
| class | TBlockAllocator< T, BlockSize > |
| class | FIoRequestAllocator |
| class | FIoDispatcherImpl |
Functions | |
| DEFINE_LOG_CATEGORY (LogIoDispatcher) | |
| CSV_DEFINE_CATEGORY (IoDispatcher, true) | |
| CSV_DEFINE_STAT (IoDispatcher, PendingIoRequests) | |
Variables | |
| TUniquePtr< FIoDispatcher > | GIoDispatcher |
| const TCHAR *const * | GetIoErrorText_ErrorCodeText = GetIoErrorText_ErrorCodeTextArray |
| CSV_DEFINE_CATEGORY | ( | IoDispatcher | , |
| true | |||
| ) |
| CSV_DEFINE_STAT | ( | IoDispatcher | , |
| PendingIoRequests | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogIoDispatcher | ) |
| const TCHAR* const* GetIoErrorText_ErrorCodeText = GetIoErrorText_ErrorCodeTextArray |
| TUniquePtr<FIoDispatcher> GIoDispatcher |