UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoDispatcherConfig.cpp File Reference

Macros

#define UE_PLATFORM_IO_DISPATCHER_ENABLED   0
 

Functions

bool IsPlatformIoDispatcherEnabled ()
 

Variables

int32 GIoDispatcherBufferSizeKB = 256
 
int32 GIoDispatcherBufferAlignment = 4096
 
int32 GIoDispatcherBufferMemoryMB = 8
 
int32 GIoDispatcherDecompressionWorkerCount = 4
 
int32 GIoDispatcherCacheSizeMB = 0
 
int32 GIoDispatcherSortRequestsByOffset = 1
 
int32 GIoDispatcherMaintainSortingOnPriorityChange = 1
 
int32 GIoDispatcherMaxForwardSeekKB = 0
 
int32 GIoDispatcherRequestLatencyCircuitBreakerMS = 0
 
int32 GIoDispatcherTocsEnablePerfectHashing = 1
 
int32 GIoDispatcherCanDecompressOnStarvation = 1
 
int32 GIoDispatcherForceSynchronousScatter = 0
 
int32 GIoDispatcherDecompressOnIdle = 0
 
int32 GIoDispatcherMaxConsecutiveDecompressionJobs = 4
 
int32 GIoDispatcherMaxResolveBatchSize = 512
 

Macro Definition Documentation

◆ UE_PLATFORM_IO_DISPATCHER_ENABLED

#define UE_PLATFORM_IO_DISPATCHER_ENABLED   0

Function Documentation

◆ IsPlatformIoDispatcherEnabled()

bool IsPlatformIoDispatcherEnabled ( )

Variable Documentation

◆ GIoDispatcherBufferAlignment

int32 GIoDispatcherBufferAlignment = 4096

◆ GIoDispatcherBufferMemoryMB

int32 GIoDispatcherBufferMemoryMB = 8

◆ GIoDispatcherBufferSizeKB

int32 GIoDispatcherBufferSizeKB = 256

◆ GIoDispatcherCacheSizeMB

int32 GIoDispatcherCacheSizeMB = 0

◆ GIoDispatcherCanDecompressOnStarvation

int32 GIoDispatcherCanDecompressOnStarvation = 1

◆ GIoDispatcherDecompressionWorkerCount

int32 GIoDispatcherDecompressionWorkerCount = 4

◆ GIoDispatcherDecompressOnIdle

int32 GIoDispatcherDecompressOnIdle = 0

◆ GIoDispatcherForceSynchronousScatter

int32 GIoDispatcherForceSynchronousScatter = 0

◆ GIoDispatcherMaintainSortingOnPriorityChange

int32 GIoDispatcherMaintainSortingOnPriorityChange = 1

◆ GIoDispatcherMaxConsecutiveDecompressionJobs

int32 GIoDispatcherMaxConsecutiveDecompressionJobs = 4

◆ GIoDispatcherMaxForwardSeekKB

int32 GIoDispatcherMaxForwardSeekKB = 0

◆ GIoDispatcherMaxResolveBatchSize

int32 GIoDispatcherMaxResolveBatchSize = 512

◆ GIoDispatcherRequestLatencyCircuitBreakerMS

int32 GIoDispatcherRequestLatencyCircuitBreakerMS = 0

◆ GIoDispatcherSortRequestsByOffset

int32 GIoDispatcherSortRequestsByOffset = 1

◆ GIoDispatcherTocsEnablePerfectHashing

int32 GIoDispatcherTocsEnablePerfectHashing = 1