Navigation
API > API/Runtime > API/Runtime/Core
Use TVersionedReader/TVersionedWriter to create an FArchiveProxy derived class using the provided Reader/Writer class that'll automatically serialize the CustomVersions that were used during serialization.
| Name | TUnderlyingArchiveContainer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/VersionedArchive.h |
| Include Path | #include "Serialization/VersionedArchive.h" |
Syntax
template<class T>
struct TUnderlyingArchiveContainer
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUnderlyingArchiveContainer
(
ArgsType&&... Args |
Serialization/VersionedArchive.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ar | T | Serialization/VersionedArchive.h |