You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Append now accepts any character type and converts it if necessary. - AppendAnsi and AppendUtf8 will eventually be deprecated. - AppendChar has been added and will eventually replace Append(CharType). - MakeStringView and TStringView CTAD have been added to support Append(CharRangeType). - WriteToString has been extended with other character types. - TElementType has been made SFINAE-safe using void_t as suggested by Steve Robb. #rb Steve.Robb #preflight 619e69b688439fccfea51e46 #ROBOMERGE-AUTHOR: devin.doucette #ROBOMERGE-SOURCE: CL 18285138 in //UE5/Release-5.0/... via CL 18285186 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469) [CL 18285193 by devin doucette in ue5-release-engine-test branch]