ObjectVersionUE5

Namespace: UAssetAPI.UnrealTypes

An enum used to represent the global object version of UE5.

public enum ObjectVersionUE5

Inheritance ObjectValueTypeEnumObjectVersionUE5
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
UNKNOWN0Unknown version
INITIAL_VERSION1000The original UE5 version, at the time this was added the UE4 version was 522, so UE5 will start from 1000 to show a clear difference
NAMES_REFERENCED_FROM_EXPORT_DATA1001Support stripping names that are not referenced from export data
PAYLOAD_TOC1002Added a payload table of contents to the package summary
OPTIONAL_RESOURCES1003Added data to identify references from and to optional package
LARGE_WORLD_COORDINATES1004Large world coordinates converts a number of core types to double components by default.
REMOVE_OBJECT_EXPORT_PACKAGE_GUID1005Remove package GUID from FObjectExport
TRACK_OBJECT_EXPORT_IS_INHERITED1006Add IsInherited to the FObjectExport entry
FSOFTOBJECTPATH_REMOVE_ASSET_PATH_FNAMES1007Replace FName asset path in FSoftObjectPath with (package name, asset name) pair FTopLevelAssetPath
ADD_SOFTOBJECTPATH_LIST1008Add a soft object path list to the package summary for fast remap
DATA_RESOURCES1009Added bulk/data resource table
SCRIPT_SERIALIZATION_OFFSET1010Added script property serialization offset to export table entries for saved, versioned packages
PROPERTY_TAG_EXTENSION_AND_OVERRIDABLE_SERIALIZATION1011Adding property tag extension, Support for overridable serialization on UObject, Support for overridable logic in containers
PROPERTY_TAG_COMPLETE_TYPE_NAME1012Added property tag complete type name and serialization type
ASSETREGISTRY_PACKAGEBUILDDEPENDENCIES1013Changed UE::AssetRegistry::WritePackageData to include PackageBuildDependencies
METADATA_SERIALIZATION_OFFSET1014Added meta data serialization offset to for saved, versioned packages
VERSE_CELLS1015Added VCells to the object graph
PACKAGE_SAVED_HASH1016Changed PackageFileSummary to write FIoHash PackageSavedHash instead of FGuid Guid
OS_SUB_OBJECT_SHADOW_SERIALIZATION1017OS shadow serialization of subobjects
IMPORT_TYPE_HIERARCHIES1018Adds a table of hierarchical type information for imports in a package
AUTOMATIC_VERSION_PLUS_ONE1019
AUTOMATIC_VERSION1018The newest specified version of UE5.