FPakPlatformFile::GetPrunedFilenamesInPakFile

Gets a list of FullPaths (includes Mount directory) for every File in the given Pak's Pruned DirectoryIndex

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 GetPrunedFilenamesInPakFile
(
    const FString & InPakFilename,
    TArray< FString > & OutFileList
)

Remarks

Gets a list of FullPaths (includes Mount directory) for every File in the given Pak's 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