Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
Description
Get a list of RelativePathFromMount for every file in the given Pak that lives in any of the given chunks. Only searches the Pruned DirectoryIndex
| Name | GetPrunedFilenamesInChunk |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
void GetPrunedFilenamesInChunk
(
const FString & InPakFilename,
const TArray< int32 > & InChunkIDs,
TArray< FString > & OutFileList
)