Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBaseUtility
Description
Returns the UE version of the linker for this object.
Returns the UE version of the linker for this object.
| Name | GetLinkerUEVersion |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ObjectBaseUtility.cpp |
FPackageFileVersion GetLinkerUEVersion() const
the UEversion of the engine's package file when this object was last saved, or GPackageFileUEVersion (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