Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Description
Returns the global,const flag for whether the current process should run directory queries on both the DirectoryIndex and the Pruned DirectoryIndex and log an error if they don't match. Validation only occurs until the first call to OptimizeMemoryUsageForMountedPaks, after which the Full DirectoryIndex is dropped and there is nothing left to Validate Has the same effect as IsPakDelayPruning, plus the addition of the error for any mismatches.
| Name | IsPakValidatePruning |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
static bool IsPakValidatePruning()