You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Remove FNameLookupCPP struct and interface name maps. Overhead of managing/locking maps provides no benefit to the very simple Printf that it is ultimately doing. * Remove unused FNameLookupCPP source file * Remove GClassStrippedHeaderTextMap and GClassHeaderNameWithNoPathMap as they are unused * No longer add Enum hashes to global table as they are not read. * CheckedMetadataSpecifiers now stored as a FName keyed TMap as the incoming values are names not strings, so no need to convert name to string #jira #rnx #rb #ROBOMERGE-OWNER: marc.audy #ROBOMERGE-AUTHOR: marc.audy #ROBOMERGE-SOURCE: CL 10879228 via CL 10879328 via CL 10879344 #ROBOMERGE-BOT: (v626-10872990) [CL 10880488 by marc audy in Main branch]