FPakEntry::Serialize

Serializes [FPakEntry](API\Runtime\PakFile\FPakEntry) struct.

Windows
MacOS
Linux

References

Module

PakFile

Header

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

Include

#include "IPlatformFilePak.h"

Syntax

void Serialize
(
    FArchive & Ar,
    int32 Version
)

Remarks

Serializes FPakEntry struct.

Parameters

Parameter

Description

Ar

Archive to serialize data with.

Entry

Data to serialize.

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