You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Editor: Replace ad-hoc _C suffix removal with two new utilities in FBlueprintEditorUtils - GetClassNameWithoutSuffix just removes _C (but now only for BP generated classes) - GetFriendlyClassDisplayName looks for DisplayName metadata and potentially pulls a nice localized display name if one is available, falling back to removing _C when necessary [CL 2435096 by Matthew Griffin in Main branch]