FArchiveState::SetCustomVersions

Sets the custom version numbers for this archive.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::SetCustomVersions()

FArchiveProxy::SetCustomVersions()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp

Syntax

virtual void SetCustomVersions
(
    const FCustomVersionContainer & CustomVersionContainer
)

Remarks

Sets the custom version numbers for this archive.

Parameters

Parameter

Description

CustomVersionContainer

The container of custom versions to copy into the archive.

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