You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Both hex functions work the same as their FString equivalents but without requiring FString as input or output. - Optimize TCharToNibble to do a check at the end instead of at the start, as the previous implementation causes the character ranges to be tested twice. - Change HexToBytes from FString to use UE::String::HexToBytes. - Add FString += FStringView to facilitate conversion to FStringView. #rb Matt.Peters, Steve.Robb #ushell-cherrypick of 10711451 by Devin.Doucette #ushell-cherrypick of 10720873 by Devin.Doucette #ROBOMERGE-SOURCE: CL 11162861 via CL 11162877 via CL 11162886 #ROBOMERGE-BOT: (v640-11091645) [CL 11166825 by devin doucette in Main branch]