You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* New base class (CbWriterBase) has a virtual method to allocate chunks of memory for output, while still sharing common functionality for tracking scope state. * Data for fixing up size/offset fields is written to blocks of memory returned by the CbWriterBase allocator rather than just to the final output buffer. * Added support for embedded externally allocated blocks of data into the output stream, correctly updating size fields of containing fields. #preflight none #fyi Joakim.Lindqvist [CL 24505997 by Ben Marsh in ue5-main branch]