You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This is the correct versioning for new MeshDescription objects. The original versioning (in ReleaseObjectVersion) clashes with changes being brought over from 4.26. MeshDescription objects already saved in UE5 will only be valid for precisely FReleaseObjectVersion::MeshDescriptionNewFormat; subsequent version numbers belong to assets from 4.26 (and derived streams) which have been resaved and merged into UE5, and do *not* have the new MeshDescription format. Going forward, UE5MainStreamObjectVersion holds the latest version for MeshDescription objects. #rb Steve.Robb, Marc.Audy [CL 14377658 by Richard TalbotWatkin in ue5-main branch]