FPakPlatformFile::GetPrunedFilenamesInChunk

Get a list of RelativePathFromMount for every file in the given Pak that lives in any of the given chunks.

Windows
MacOS
Linux

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Source

/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp

Syntax

void GetPrunedFilenamesInChunk
(
    const FString & InPakFilename,
    const TArray< int32 > & InChunkIDs,
    TArray< FString > & OutFileList
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss