ForceDecompressionFails
ForceDecompressionFails
#Overview
name: ForceDecompressionFails
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0, then force decompression failures to test the panic sync read fallback.
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/IPlatformFilePak.cpp:983
Scope: file
Source code excerpt:
static int32 GPakCache_ForceDecompressionFails = 0;
static FAutoConsoleVariableRef CVar_ForceDecompressionFails(
TEXT("ForceDecompressionFails"),
GPakCache_ForceDecompressionFails,
TEXT("If > 0, then force decompression failures to test the panic sync read fallback.")
);
static bool GPakCache_ForcePakProcessedReads = false;
static FAutoConsoleVariableRef CVar_ForcePakProcessReads(
TEXT("ForcePakProcessReads"),