You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Added Append/Assign std::initializer_list overloads. * Implemented std::initializer_list assignment operator overload in term of Assign. * Fixed Append debug assertion: it now properly uses Reserve instead of Grow: added a comment to Grow as this method expects the container capacity to be smaller than the value requested. * Added unit tests for both Append and Emplace that force the container to Grow. #tests passed PagedArray unit test in Debug and Test: verified no assertions are triggered. #preflight 6315db24ab25bb91f5dc10d3 #rb steve.robb [CL 21801519 by elias lozadabenavent in ue5-main branch]