FArchiveState::SetCustomVersion

Sets a specific custom version

Windows
MacOS
Linux

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

void SetCustomVersion
(
    const struct FGuid & Key,
    int32 Version,
    FName FriendlyName
)

Remarks

Sets a specific custom version

Parameters

Parameter

Description

Key

The guid of the custom version to query.

Version

The version number to set key to

FriendlyName

Friendly name corresponding to the key

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