FPakFileHandle::FPakFileHandle

Constructs pak file handle to read from pak.

Windows
MacOS
Linux

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

FPakFileHandle
(
    const TRefCountPtr< const FPakFile > & InPakFile,
    const FPakEntry & InPakEntry,
    TAcquirePakReaderFunction & InAcquirePakReaderFunction,
    bool bIsSharedReader
)

Remarks

Constructs pak file handle to read from pak.

Parameters

Parameter

Description

InFilename

Filename

InPakEntry

Entry in the pak file.

InAcquirePakReaderFunction

Function that returns the archive to use for serialization. The result of this should not be cached, but reacquired on each serialization operation

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