FCustomVersionContainer::GetVersion

Gets a custom version from 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

const FCustomVersion * GetVersion
(
    FGuid CustomKey
) const

Remarks

Gets a custom version from the container.

Returns

The FCustomVersion for the specified custom key, or nullptr if the key doesn't exist in the container.

Parameters

Parameter

Description

CustomKey

Custom key for which to retrieve the 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