UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoDispatcherConfig.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Functions

CORE_API bool IsPlatformIoDispatcherEnabled ()
 

Variables

CORE_API int32 GIoDispatcherBufferSizeKB
 
CORE_API int32 GIoDispatcherBufferAlignment
 
CORE_API int32 GIoDispatcherBufferMemoryMB
 
CORE_API int32 GIoDispatcherDecompressionWorkerCount
 
CORE_API int32 GIoDispatcherCacheSizeMB
 
CORE_API int32 GIoDispatcherSortRequestsByOffset
 
CORE_API int32 GIoDispatcherMaintainSortingOnPriorityChange
 
CORE_API int32 GIoDispatcherMaxForwardSeekKB
 
CORE_API int32 GIoDispatcherRequestLatencyCircuitBreakerMS
 
CORE_API int32 GIoDispatcherTocsEnablePerfectHashing
 
CORE_API int32 GIoDispatcherCanDecompressOnStarvation
 
CORE_API int32 GIoDispatcherForceSynchronousScatter
 
CORE_API int32 GIoDispatcherDecompressOnIdle
 
CORE_API int32 GIoDispatcherMaxConsecutiveDecompressionJobs
 
CORE_API int32 GIoDispatcherMaxResolveBatchSize
 

Function Documentation

◆ IsPlatformIoDispatcherEnabled()

CORE_API bool IsPlatformIoDispatcherEnabled ( )

Variable Documentation

◆ GIoDispatcherBufferAlignment

CORE_API int32 GIoDispatcherBufferAlignment
extern

◆ GIoDispatcherBufferMemoryMB

CORE_API int32 GIoDispatcherBufferMemoryMB
extern

◆ GIoDispatcherBufferSizeKB

CORE_API int32 GIoDispatcherBufferSizeKB
extern

◆ GIoDispatcherCacheSizeMB

CORE_API int32 GIoDispatcherCacheSizeMB
extern

◆ GIoDispatcherCanDecompressOnStarvation

CORE_API int32 GIoDispatcherCanDecompressOnStarvation
extern

◆ GIoDispatcherDecompressionWorkerCount

CORE_API int32 GIoDispatcherDecompressionWorkerCount
extern

◆ GIoDispatcherDecompressOnIdle

CORE_API int32 GIoDispatcherDecompressOnIdle
extern

◆ GIoDispatcherForceSynchronousScatter

CORE_API int32 GIoDispatcherForceSynchronousScatter
extern

◆ GIoDispatcherMaintainSortingOnPriorityChange

CORE_API int32 GIoDispatcherMaintainSortingOnPriorityChange
extern

◆ GIoDispatcherMaxConsecutiveDecompressionJobs

CORE_API int32 GIoDispatcherMaxConsecutiveDecompressionJobs
extern

◆ GIoDispatcherMaxForwardSeekKB

CORE_API int32 GIoDispatcherMaxForwardSeekKB
extern

◆ GIoDispatcherMaxResolveBatchSize

CORE_API int32 GIoDispatcherMaxResolveBatchSize
extern

◆ GIoDispatcherRequestLatencyCircuitBreakerMS

CORE_API int32 GIoDispatcherRequestLatencyCircuitBreakerMS
extern

◆ GIoDispatcherSortRequestsByOffset

CORE_API int32 GIoDispatcherSortRequestsByOffset
extern

◆ GIoDispatcherTocsEnablePerfectHashing

CORE_API int32 GIoDispatcherTocsEnablePerfectHashing
extern