You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Certain runtimes can use more efficient instruction sets when their model data is memory aligned. This CL adds support so runtimes can express their desired memory alignment when creating model data and UNNEModelData makes sure those alignment requirements are met when deserializing data. In addition, some refactoring has been done to support this new asset version and print proper deprecation warnings when older versions are used. Tested by running automation tests, saving deprecated assets to upgrade to the new version and packaging and running the style transfer. #jira UE-193776 #rb florent.guinier #rnx [CL 27438063 by nico ranieri in ue5-main branch]