From af16de5155dc790c920aa9e9fae9cc848346a7ba Mon Sep 17 00:00:00 2001 From: Jamie Greunbaum Date: Tue, 19 Sep 2023 00:46:00 -0400 Subject: [PATCH] Plugin upgraded to 5.3 compatibility. --- ComboInput.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComboInput.uplugin b/ComboInput.uplugin index 322c587..a76857f 100644 --- a/ComboInput.uplugin +++ b/ComboInput.uplugin @@ -6,7 +6,7 @@ "Description": "A set of components and classes for capturing Enhanced Input actions for buffering actions and stringing them into complex combos.", "Category": "Input", "CreatedBy": "Jamie Greunbaum", - "EngineVersion": "5.2.0", + "EngineVersion": "5.3.0", "CanContainContent": true, "IsBetaVersion": true, "IsExperimentalVersion": true,