You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- The manifest was for a prototype version of the IoStore commandlet and would attempt to record every bulkdata entry during a cook, which would allow us to generate the FioChunkId for each bulkdata entry when building the ucas files. - Due to changes during development we stopped requiring this data and it was never used in actual production code. - Since this code was never in use we can just remove it. * IoStoreUtilities - No longer attempt to load the manifest - Removed use of BulkdataTypeToChunkIdType and just use the EIoChunkType directly instead. #rb CarlMagnus.Nordin #jira UE-112697 #test Full stage of ShooterGame #rnx #preflight 606f039028671300019c806a [CL 15954210 by paul chipchase in ue5-main branch]