Ark Server API (ASA) - Wiki
|
#include <GenericPlatformFile.h>
Public Member Functions | |
virtual const FString & | PakGetPakFilename () const =0 |
virtual bool | PakContains (const FString &Filename) const =0 |
virtual int32 | PakGetPakchunkIndex () const =0 |
virtual void | PakVisitPrunedFilenames (IPlatformFile::FDirectoryVisitor &Visitor) const =0 |
virtual const FString & | PakGetMountPoint () const =0 |
virtual int32 | GetNumFiles () const =0 |
Definition at line 646 of file GenericPlatformFile.h.
Return whether the Pak has an entry for the given FileName. Not necessarily exclusive; other Patch Paks may have their own copy of the same File.
Filename | The full LongPackageName path to the file, as returned from FPackageName::LongPackageNameToFilename + extension. Comparison is case-insensitive. |
|
pure virtual |
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