FPakPlatformFile::CheckIfPakFilesExist

Checks if pak files exist in any of the known pak file locations.

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

static bool CheckIfPakFilesExist
(
    IPlatformFile * LowLevelFile,
    const TArray< FString > & PakFolders
)

Remarks

Checks if pak files exist in any of the known pak file locations.

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