diff --git a/Source/EcsactEditor/Private/EcsactEditor.cpp b/Source/EcsactEditor/Private/EcsactEditor.cpp index 0e520a1..19283ad 100644 --- a/Source/EcsactEditor/Private/EcsactEditor.cpp +++ b/Source/EcsactEditor/Private/EcsactEditor.cpp @@ -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()) {