File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313#include "SlateStyle.h"
1414#include "EditorStyle.h"
1515#include "ModuleManager.h"
16- #include "WorkspaceMenuStructureModule.h"
1716#include "TextAsset.h"
1817#include "Toolkits/AssetEditorToolkit.h"
1918#include "Toolkits/IToolkit.h"
Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ public TextAssetEditor(TargetInfo Target)
1010 new string [ ] {
1111 "AssetTools" ,
1212 "MainFrame" ,
13- "WorkspaceMenuStructure" ,
13+ // "WorkspaceMenuStructure",
1414 }
1515 ) ;
1616
1717 PrivateIncludePaths . AddRange (
1818 new string [ ] {
1919 "TextAssetEditor/Private" ,
2020 "TextAssetEditor/Private/AssetTools" ,
21- "TextAssetEditor/Private/Customizations" ,
2221 "TextAssetEditor/Private/Factories" ,
23- "TextAssetEditor/Private/Models" ,
2422 "TextAssetEditor/Private/Styles" ,
2523 "TextAssetEditor/Private/Widgets" ,
2624 }
@@ -47,7 +45,7 @@ public TextAssetEditor(TargetInfo Target)
4745 new string [ ] {
4846 "AssetTools" ,
4947 "UnrealEd" ,
50- "WorkspaceMenuStructure" ,
48+ // "WorkspaceMenuStructure",
5149 }
5250 ) ;
5351 }
You can’t perform that action at this time.
0 commit comments