You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE-13653 - Able to rename redirectors by clicking on their name in the content browser twice UE-18082 - Hide the delete button when selecting a code class in the content browser You can no longer rename classes, redirectors, or collections by clicking on their name in the Content Browser. The delegate handling whether the asset name was read-only hadn't been hooked into the "can rename" logic used by the context menu. Additionally, you can no longer delete a collection via the asset view, and you no longer see some asset specific context menu options when you only have classes selected. [CL 2609362 by Jamie Dale in Main branch]