s.IoDispatcherTocsEnablePerfectHashing

s.IoDispatcherTocsEnablePerfectHashing

#Overview

name: s.IoDispatcherTocsEnablePerfectHashing

This variable is created as a Console Variable (cvar).

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:92

Scope: file

Source code excerpt:

int32 GIoDispatcherTocsEnablePerfectHashing = 1;
static FAutoConsoleVariableRef CVar_IoDispatcherTocsEnablePerfectHashing(
	TEXT("s.IoDispatcherTocsEnablePerfectHashing"),
	GIoDispatcherTocsEnablePerfectHashing,
	TEXT("Enable perfect hashmap lookups for iostore tocs")
);

int32 GIoDispatcherForceSynchronousScatter = 0;
static FAutoConsoleVariableRef CVar_IoDispatcherForceSynchronousScatter(