FPakPlatformFile::ConvertToPakRelativePath

Converts a filename to a path inside pak file.

Windows
MacOS
Linux

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

FString ConvertToPakRelativePath
(
    const TCHAR * Filename,
    const FPakFile * Pak
)

Remarks

Converts a filename to a path inside pak file.

Parameters

Parameter

Description

Filename

Filename to convert.

Pak

Pak to convert the filename realative to.

Relative

filename.

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