From 39d7c0a2195ce2032c44abb727acc603897351b6 Mon Sep 17 00:00:00 2001 From: Minimata Date: Fri, 3 May 2024 11:15:51 +0200 Subject: [PATCH] vault backup: 2024-05-03 11:15:51 --- 07 - GameDevSpace/Processes/Things to do for it to work.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/07 - GameDevSpace/Processes/Things to do for it to work.md b/07 - GameDevSpace/Processes/Things to do for it to work.md index 014f092..4ee5c18 100644 --- a/07 - GameDevSpace/Processes/Things to do for it to work.md +++ b/07 - GameDevSpace/Processes/Things to do for it to work.md @@ -12,7 +12,14 @@ ] } ``` +- Change .build.cs to contain +``` +if (Target.bBuildEditor) +{ + PrivateDependencyModuleNames.AddRange(new string[] { "UnrealEd", "AutomationDriver", "AITestSuite" }); +} +``` ## Server - Install git 2.x.x \ No newline at end of file