FPakFileHandle

Overload list

Windows
MacOS
Linux
Name Description

Public function

FPakFileHandle

(
    const FPakFile& InPakFile,
    const FPakEntry& InPakEntry,
    TAcquirePakReaderFunction& InAcqui...,
    bool bIsSharedReader
)

Use constructor that takes a TRefCountPtr instead

Public function

FPakFileHandle

(
    const TRefCountPtr< const FPakFile ...,
    const FPakEntry& InPakEntry,
    TAcquirePakReaderFunction& InAcqui...,
    bool bIsSharedReader
)

Constructs pak file handle to read from pak.

Public function

FPakFileHandle

(
    const FPakFile& InPakFile,
    const FPakEntry& InPakEntry,
    FArchive* InPakReader,
    bool bIsSharedReader
)

Use constructor that takes a TRefCountPtr instead

Public function

FPakFileHandle

(
    const TRefCountPtr< const FPakFile ...,
    const FPakEntry& InPakEntry,
    FArchive* InPakReader,
    bool bIsSharedReader
)

Constructs pak file handle to read from pak.

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