FPakFile::PakVisitPrunedFilenames

Calls the given Visitor on every FileName in the Pruned Directory Index.

Windows
MacOS
Linux

Override Hierarchy

IPakFile::PakVisitPrunedFilenames()

FPakFile::PakVisitPrunedFilenames()

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

virtual void PakVisitPrunedFilenames
(
    IPlatformFile::FDirectoryVisitor & Visitor
) const

Remarks

Calls the given Visitor on every FileName in the Pruned Directory Index. FileNames passed to the Vistory are the RelativePath from the Mount of the PakFile The Pruned Directory Index at Runtime contains only the DirectoryIndexKeepFiles-specified subset of FilesNames and DirectoryNames that exist in the PakFile

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