UObjectBaseUtility::GetLinkerCustomVersion

Returns the custom version of the linker for this object corresponding to the given custom version key.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h

Include

#include "UObject/UObjectBaseUtility.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp

Syntax

int32 GetLinkerCustomVersion
(
    FGuid CustomVersionKey
) const

Remarks

Returns the custom version of the linker for this object corresponding to the given custom version key.

Returns

the custom version of the engine's package file when this object was last saved, or the current version if this object does not have a linker, which indicates that a) this object is a native only class, or b) this object's linker has been detached, in which case it is already fully loaded

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