We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705b71a commit 046109bCopy full SHA for 046109b
Source/EcsactEditor/Private/EcsactEditor.cpp
@@ -377,9 +377,9 @@ auto FEcsactEditorModule::RunCodegen() -> void {
377
"codegen",
378
"--format=json",
379
"--plugin=cpp_header",
380
- "--plugin=systems_header",
381
- "--plugin=cpp_systems_header",
382
- "--plugin=cpp_systems_source",
+ // "--plugin=systems_header",
+ // "--plugin=cpp_systems_header",
+ // "--plugin=cpp_systems_source",
383
};
384
385
for(auto plugin : GetUnrealCodegenPlugins()) {
0 commit comments