#ttp 335652 - EDITOR: Content browser text search filter should not be wiped when renaming an asset.
#branch UE4
#proj Editor.ContentBrowser
#remove Removed the call to clear the filter textbox in SContentBrowser::SyncToAssets.
#reviewedby Chris.Wood
[CL 2079295 by Richard TalbotWatkin in Main branch]
- Add GetDefaultNewAssetName method to UFactory interface
- Add GetDefaultNewAssetName overrides for various blueprint factory subclasses
[CL 2073776 by Michael Noland in Main branch]
#ttp 334526 - EDITOR: Content Browser: CRASH: Creating a new folder in a collection results in an ensure
#branch UE4
#proj Editor.ContentBrowser
#change In SContentBrowser::MakeCreateAssetContextMenu, if a collection is selected, pass an unbound FOnNewFolderRequested delegate to FNewAssetContextMenu::MakeContextMenu, so that the "New Folder" item is not added.
#reviewedby Chris.Wood
[CL 2070121 by Richard TalbotWatkin in Main branch]
#ttp 333671 - EDITOR: Content Browser: Customizable shortcut for opening assets and folders
#branch UE4
#add Added two new commands so that the Enter and SpaceBar functionality can be remapped.
#change Renamed EAssetTypeActivationMethod types so they don't mention which key was used, but the action that key performed.
reviewed by Thomas.Sarkanen
[CL 2059964 by Andrew Brown in Main branch]