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,
    FArchive * InPakReader,
    bool bIsSharedReader
)

Remarks

Constructs pak file handle to read from pak.

Parameters

Parameter

Description

InFilename

Filename

InPakEntry

Entry in the pak file.

InPakFile

Pak file.

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