FPakPlatformFile::GetFilenamesFromIostoreByBlockIndex

Returns the RelativePathFromMount Filename for every Filename found in the Iostore Container that relates to the provided block indexes

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 void GetFilenamesFromIostoreByBlockIndex
(
    const FString & InContainerName,
    const TArray< int32 > & InBlockIndex,
    TArray< FString > & OutFileList
)

Remarks

Returns the RelativePathFromMount Filename for every Filename found in the Iostore Container that relates to the provided block indexes

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