From b8aeea558cd37ea490ba8d1eb02d74b5f1e17249 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 7 Feb 2023 11:37:19 +0100 Subject: [PATCH] move launch and settings module to PrivateIncludePathModuleNames from PrivateDependencyModuleNames in order to pass runuat tests --- Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs index 6784b3c2..e53f0f69 100644 --- a/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs +++ b/Source/SenseGloveAndroid/SenseGloveAndroid.Build.cs @@ -64,7 +64,7 @@ public class SenseGloveAndroid : ModuleRules if (Target.Platform == UnrealTargetPlatform.Android) { - PrivateDependencyModuleNames.AddRange( + PrivateIncludePathModuleNames.AddRange( new string[] { "Launch",