PakCorrupt

PakCorrupt

#Overview

name: PakCorrupt

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/IPlatformFilePak.cpp:7973

Scope (from outer to inner):

file
class        class FPakExec : private FSelfRegisteringExec
function     virtual bool Exec_Dev

Source code excerpt:

			return true;
		}
		else if (FParse::Command(&Cmd, TEXT("PakCorrupt")))
		{
			PlatformFile.HandlePakCorruptCommand(Cmd, Ar);
			return true;
		}
		else if (FParse::Command(&Cmd, TEXT("ReloadPakReaders")))
		{