From 046109bd6bff8bc1cbd72f16f98eb10b84435ad4 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 2 Oct 2024 12:24:21 -0700 Subject: [PATCH] chore: disable some plugins for now --- Source/EcsactEditor/Private/EcsactEditor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()) {