Removed "Create New Folder" button in Scene Outliner overlay in Layers tab.

#jira UE-5435 - Confusing folder button in Layer Contents view
#reviewedby Matt.Kuhlenschmidt

[CL 2364639 by Richard TalbotWatkin in Main branch]
This commit is contained in:
Richard TalbotWatkin
2014-11-19 03:23:56 -05:00
committed by UnrealBot
parent cec2305ea1
commit 0f020b0044
3 changed files with 6 additions and 1 deletions
@@ -128,6 +128,7 @@ void SLayerBrowser::Construct(const FArguments& InArgs)
// We hide the header row to keep the UI compact.
InitOptions.bShowHeaderRow = false;
InitOptions.bShowParentTree = false;
InitOptions.bShowCreateNewFolder = false;
InitOptions.CustomDelete = FCustomSceneOutlinerDeleteDelegate::CreateSP(this, &SLayerBrowser::RemoveActorsFromSelectedLayer);
// Outliner Gutter