You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Removed SWidget:: GetCreatedInFile, GetCreatedInFileFName, GetCreatedInLineNumber. * Added GetCreatedInLocation() -> FName as a non-redundant replacement, updated all code usages. * This shrinks SWidget size by 16 bytes and reduces ambiguity on which ones to use. * Implemented ToString() in terms of GetReadableLocation(). #codereview:max.preussner [CL 2430545 by Wes Hunt in Main branch]