![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IO/IoDispatcherConfig.h"#include "Misc/CommandLine.h"#include "HAL/IConsoleManager.h"#include "Misc/Parse.h"Macros | |
| #define | UE_PLATFORM_IO_DISPATCHER_ENABLED 0 |
Functions | |
| bool | IsPlatformIoDispatcherEnabled () |
| #define UE_PLATFORM_IO_DISPATCHER_ENABLED 0 |
| bool IsPlatformIoDispatcherEnabled | ( | ) |
| int32 GIoDispatcherBufferAlignment = 4096 |
| int32 GIoDispatcherBufferMemoryMB = 8 |
| int32 GIoDispatcherBufferSizeKB = 256 |
| int32 GIoDispatcherCacheSizeMB = 0 |
| int32 GIoDispatcherCanDecompressOnStarvation = 1 |
| int32 GIoDispatcherDecompressionWorkerCount = 4 |
| int32 GIoDispatcherDecompressOnIdle = 0 |
| int32 GIoDispatcherForceSynchronousScatter = 0 |
| int32 GIoDispatcherMaintainSortingOnPriorityChange = 1 |
| int32 GIoDispatcherMaxConsecutiveDecompressionJobs = 4 |
| int32 GIoDispatcherMaxForwardSeekKB = 0 |
| int32 GIoDispatcherMaxResolveBatchSize = 512 |
| int32 GIoDispatcherRequestLatencyCircuitBreakerMS = 0 |
| int32 GIoDispatcherSortRequestsByOffset = 1 |
| int32 GIoDispatcherTocsEnablePerfectHashing = 1 |