File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
#include "SlateStyle.h"
14
14
#include "EditorStyle.h"
15
15
#include "ModuleManager.h"
16
- #include "WorkspaceMenuStructureModule.h"
17
16
#include "TextAsset.h"
18
17
#include "Toolkits/AssetEditorToolkit.h"
19
18
#include "Toolkits/IToolkit.h"
Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ public TextAssetEditor(TargetInfo Target)
10
10
new string [ ] {
11
11
"AssetTools" ,
12
12
"MainFrame" ,
13
- "WorkspaceMenuStructure" ,
13
+ // "WorkspaceMenuStructure",
14
14
}
15
15
) ;
16
16
17
17
PrivateIncludePaths . AddRange (
18
18
new string [ ] {
19
19
"TextAssetEditor/Private" ,
20
20
"TextAssetEditor/Private/AssetTools" ,
21
- "TextAssetEditor/Private/Customizations" ,
22
21
"TextAssetEditor/Private/Factories" ,
23
- "TextAssetEditor/Private/Models" ,
24
22
"TextAssetEditor/Private/Styles" ,
25
23
"TextAssetEditor/Private/Widgets" ,
26
24
}
@@ -47,7 +45,7 @@ public TextAssetEditor(TargetInfo Target)
47
45
new string [ ] {
48
46
"AssetTools" ,
49
47
"UnrealEd" ,
50
- "WorkspaceMenuStructure" ,
48
+ // "WorkspaceMenuStructure",
51
49
}
52
50
) ;
53
51
}
You can’t perform that action at this time.
0 commit comments