FArchive::UsingCustomVersion

Registers the custom version to the archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::UsingCustomVersion()

FLinkerSave::UsingCustomVersion()

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 UsingCustomVersion
(
    const struct FGuid & Guid
)

Remarks

Registers the custom version to the archive. This is used to inform the archive that custom version information is about to be stored. There is no effect when the archive is being loaded from.

Parameters

Parameter

Description

Guid

The guid of the custom version. This must have previously been registered with FCustomVersionRegistration.

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