Skip to content

Commit

Permalink
fix packaging plugin for UE 5.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
microdee committed Sep 6, 2023
1 parent f8bec03 commit c05da03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/HIDUE
Submodule HIDUE updated 1 files
+2 −2 HIDUE.Build.cs
2 changes: 1 addition & 1 deletion Source/SpaceMouseReader/Public/SmUeVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include "Launch/Resources/Version.h"
#include "Runtime/Launch/Resources/Version.h"

#define MAKE_UE_VERSION(Major, Minor) (((Major) * 1000) + ((Minor) * 10))
#define MAKE_UE_VERSION_P(Major, Minor, Patch) (MAKE_UE_VERSION(Major, Minor) + (Patch))
Expand Down
2 changes: 1 addition & 1 deletion SpaceMouse.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.2.7",
"VersionName": "1.2.9",
"FriendlyName": "SpaceMouse for Unreal Engine",
"Description": "Control the active editor viewport camera with 3DConnexion SpaceMice",
"Category": "Input Devices",
Expand Down

0 comments on commit c05da03

Please sign in to comment.