From b820cc419d8109754b0e8fa3b91b92a1b9d08c49 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Sat, 19 Nov 2022 06:15:29 +0100 Subject: [PATCH] fix module types and loading order --- SenseGlove.uplugin | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index 4ea775e8..c9dc045a 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -32,7 +32,7 @@ { "Name": "SenseGloveBuildHacks", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -41,7 +41,7 @@ { "Name": "SenseGloveConnect", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -50,7 +50,7 @@ { "Name": "SenseGloveConnectImpl", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -59,7 +59,7 @@ { "Name": "SenseGloveConnectKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -68,7 +68,7 @@ { "Name": "SenseGloveCore", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -77,7 +77,7 @@ { "Name": "SenseGloveCoreImpl", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -86,7 +86,7 @@ { "Name": "SenseGloveCoreKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -94,8 +94,8 @@ }, { "Name": "SenseGloveEditor", - "Type": "Runtime", - "LoadingPhase": "Default", + "Type": "Editor", + "LoadingPhase": "PostEngineInit", "WhitelistPlatforms": [ "Linux", "Win64" @@ -104,7 +104,7 @@ { "Name": "SenseGloveInterop", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -113,7 +113,7 @@ { "Name": "SenseGloveKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -122,7 +122,7 @@ { "Name": "SenseGloveLog", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -131,7 +131,7 @@ { "Name": "SenseGloveTypes", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -140,7 +140,7 @@ { "Name": "SenseGloveUtils", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64"