You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
committed by
UnrealBot
parent
cec2305ea1
commit
0f020b0044
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user