IPakFile

Interface class for [FPakFile](API\Runtime\PakFile\FPakFile) to allow usage from modules that cannot have a compile dependency on [FPakFile](API\Runtime\PakFile\FPakFile)

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

IPakFile

FPakFile

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.h"

Syntax

class IPakFile

Remarks

Interface class for FPakFile to allow usage from modules that cannot have a compile dependency on FPakFile

Functions

Name Description

Public function Const

int32

 

GetNumFiles()

Public function Const

bool

 

PakContains

(
    const FString& Filename
)

Return whether the Pak has an entry for the given FileName.

Public function Const

const FStrin...

 

PakGetMountPoint()

Public function Const

int32

 

PakGetPakchunkIndex()

Public function Const

const FStrin...

 

PakGetPakFilename()

Public function Const

void

 

PakVisitPrunedFilenames

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