Skip to content

Commit c05da03

Browse files
committed
fix packaging plugin for UE 5.2+
1 parent f8bec03 commit c05da03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/HIDUE

Source/SpaceMouseReader/Public/SmUeVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#pragma once
55

6-
#include "Launch/Resources/Version.h"
6+
#include "Runtime/Launch/Resources/Version.h"
77

88
#define MAKE_UE_VERSION(Major, Minor) (((Major) * 1000) + ((Minor) * 10))
99
#define MAKE_UE_VERSION_P(Major, Minor, Patch) (MAKE_UE_VERSION(Major, Minor) + (Patch))

SpaceMouse.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.2.7",
4+
"VersionName": "1.2.9",
55
"FriendlyName": "SpaceMouse for Unreal Engine",
66
"Description": "Control the active editor viewport camera with 3DConnexion SpaceMice",
77
"Category": "Input Devices",

0 commit comments

Comments
 (0)