Skip to content

Commit

Permalink
feat: update UE5 enums (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Nov 14, 2024
1 parent 8fbd52b commit 7a7d036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/uasset-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,9 @@
VER_UE5_SCRIPT_SERIALIZATION_OFFSET: { value: 1010, comment: "Added script property serialization offset to export table entries for saved, versioned packages" },
VER_UE5_PROPERTY_TAG_EXTENSION_AND_OVERRIDABLE_SERIALIZATION: { value: 1011, comment: "Adding property tag extension, Support for overridable serialization on UObject, Support for overridable logic in containers" },
VER_UE5_PROPERTY_TAG_COMPLETE_TYPE_NAME: { value: 1012, comment: "Added property tag complete type name and serialization type" },
VER_UE5_AUTOMATIC_VERSION_PLUS_ONE: { value: 1013, comment: "Last version +1" },
VER_UE5_AUTOMATIC_VERSION: { value: 1012, comment: "AUTOMATIC_VERSION_PLUS_ONE - 1" }
VER_UE5_ASSETREGISTRY_PACKAGEBUILDDEPENDENCIES: { value: 1013, comment: "Changed UE::AssetRegistry::WritePackageData to include PackageBuildDependencies" },
VER_UE5_AUTOMATIC_VERSION_PLUS_ONE: { value: 1014, comment: "Last version +1" },
VER_UE5_AUTOMATIC_VERSION: { value: 1013, comment: "AUTOMATIC_VERSION_PLUS_ONE - 1" }
};

/* eslint-disable */
Expand Down
5 changes: 3 additions & 2 deletions src/js/enums/enums.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a7d036

Please sign in to comment.