FCustomVersionContainer::SetVersion

Sets a specific custom version in the container.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/CustomVersion.h"

Source

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

Syntax

void SetVersion
(
    FGuid CustomKey,
    int32 Version,
    FName FriendlyName
)

Remarks

Sets a specific custom version in the container.

Parameters

Parameter

Description

CustomKey

Custom key for which to retrieve the version.

Version

The version number for the specified custom key

FriendlyName

A friendly name to assign to this version

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