s.IoDispatcherCacheSizeMB
s.IoDispatcherCacheSizeMB
#Overview
name: s.IoDispatcherCacheSizeMB
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
IoDispatcher cache memory size (in megabytes).
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/PakFile/Private/IoDispatcherFileBackend.cpp:57
Scope: file
Source code excerpt:
int32 GIoDispatcherCacheSizeMB = 0;
static FAutoConsoleVariableRef CVar_IoDispatcherCacheSizeMB(
TEXT("s.IoDispatcherCacheSizeMB"),
GIoDispatcherCacheSizeMB,
TEXT("IoDispatcher cache memory size (in megabytes).")
);
int32 GIoDispatcherSortRequestsByOffset = 1;
static FAutoConsoleVariableRef CVar_IoDispatcherSortRequestsByOffset(