Skip to content

Commit

Permalink
chore: disable some plugins for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 2, 2024
1 parent 705b71a commit 046109b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/EcsactEditor/Private/EcsactEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ auto FEcsactEditorModule::RunCodegen() -> void {
"codegen",
"--format=json",
"--plugin=cpp_header",
"--plugin=systems_header",
"--plugin=cpp_systems_header",
"--plugin=cpp_systems_source",
// "--plugin=systems_header",
// "--plugin=cpp_systems_header",
// "--plugin=cpp_systems_source",
};

for(auto plugin : GetUnrealCodegenPlugins()) {
Expand Down

0 comments on commit 046109b

Please sign in to comment.