From d55d81b7be4f638a835ce8576da2e6bc129ba434 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 13 Mar 2024 20:25:51 +0100 Subject: [PATCH] replace SupportedTargetPlatforms with PlatformAllowList --- SenseGlove.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index 86ce28df..66260d92 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -245,7 +245,7 @@ { "Name": "OpenXR", "Enabled": true, - "SupportedTargetPlatforms": [ + "PlatformAllowList": [ "Android", "Linux", "Win64"