You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This addresses the issue of enormous meshes >2Gb being unimportable (since source model data is stored as bulk data and loaded by the editor on demand). This *won't* address the related problem that reading a large BulkData into a TArray is still not possible due to the 31-bit index limit on TArray. #jira UE-58325 #rb Gil.Gribb #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: richard.talbotwatkin #ROBOMERGE-SOURCE: CL 5337393 in //UE4/Release-4.22/... via CL 5338028 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) [CL 5407648 by richard talbotwatkin in Dev-Core branch]