s.IoDispatcherMaintainSortingOnPriorityChange
s.IoDispatcherMaintainSortingOnPriorityChange
#Overview
name: s.IoDispatcherMaintainSortingOnPriorityChange
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If s.IoDispatcherSortRequestsByOffset > 0 and this > 0, io dispatcher remembers the last file handle/offset read from even when switching priority levels.
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:71
Scope: file
Source code excerpt:
int32 GIoDispatcherMaintainSortingOnPriorityChange = 1;
static FAutoConsoleVariableRef CVar_IoDispatcherMaintainSortingOnPriorityChange(
TEXT("s.IoDispatcherMaintainSortingOnPriorityChange"),
GIoDispatcherMaintainSortingOnPriorityChange,
TEXT("If s.IoDispatcherSortRequestsByOffset > 0 and this > 0, io dispatcher remembers the last file handle/offset read from even when switching priority levels.")
);
int32 GIoDispatcherMaxForwardSeekKB = 0;
static FAutoConsoleVariableRef CVar_IoDispatcherMaxForwardSeekKB(