Commit Graph

9 Commits

Author SHA1 Message Date
Richard TalbotWatkin
b532a23b1f Prevented content browser search filter from being cleared when renaming an asset.
#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]
2014-05-20 15:15:25 -04:00
Michael Noland
3f2dfc7f0d Editor: Generate better default name for newly created unusual Blueprint assets (interfaces, function libraries, macro libraries)
- Add GetDefaultNewAssetName method to UFactory interface
- Add GetDefaultNewAssetName overrides for various blueprint factory subclasses

[CL 2073776 by Michael Noland in Main branch]
2014-05-14 22:47:22 -04:00
Bob Tellez
ee55183e2b UE4: Removed many unnecessary checks in the editor to special-case assets found in umap files.
[CL 2073723 by Bob Tellez in Main branch]
2014-05-14 22:02:10 -04:00
Richard TalbotWatkin
fe4cf82fcf Removed "New Folder" from the New Asset context menu if a collection is currently selected.
#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]
2014-05-12 08:38:33 -04:00
Max Preussner
4664956156 Delegates: Cleaned up abusive/legacy usages of the Delegate API
Please use AddRaw, AddSP, AddUObject, , BindRaw, BindSP, RemoveAll, Unbind etc.

[CL 2068405 by Max Preussner in Main branch]
2014-05-09 14:02:33 -04:00
Andrew Brown
15c505e13b Content Browser: Enter and SpaceBar keys can now be remapped.
#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]
2014-04-30 10:58:31 -04:00
Gareth Martin
88ea7759fd #TTP 332018 - Regression: EDITOR: LANDSCAPE: CRASH: Choosing a landscape material before creation and then closing the editor will result in a crash
#proj UE4

#summary Fixed crash when closing new landscape dialog with a material selected

[CL 2044063 by Gareth Martin in Main branch]
2014-04-23 18:24:49 -04:00
UnrealBot
db494a6e69 Engine source (Main branch up to CL 2037954) 2014-04-02 18:09:23 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00