Skip to content

Commit 046109b

Browse files
committed
chore: disable some plugins for now
1 parent 705b71a commit 046109b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/EcsactEditor/Private/EcsactEditor.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ auto FEcsactEditorModule::RunCodegen() -> void {
377377
"codegen",
378378
"--format=json",
379379
"--plugin=cpp_header",
380-
"--plugin=systems_header",
381-
"--plugin=cpp_systems_header",
382-
"--plugin=cpp_systems_source",
380+
// "--plugin=systems_header",
381+
// "--plugin=cpp_systems_header",
382+
// "--plugin=cpp_systems_source",
383383
};
384384

385385
for(auto plugin : GetUnrealCodegenPlugins()) {

0 commit comments

Comments
 (0)