We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6982e38 commit d034a84Copy full SHA for d034a84
README.md
@@ -17,7 +17,7 @@ are not yet available in the UE4 Master branch.
17
18
## Supported Platforms
19
20
-This plug-in was last built against **Unreal Engine 4.16**.
+This plug-in was last built against **Unreal Engine 4.17**.
21
It is intended to be used on Windows only.
22
23
WindowsMessageHandlerExample.uplugin
@@ -6,9 +6,9 @@
6
"Description": "Example plug-in for the IWindowsMessageHandler API.",
7
"DocsURL": "https://github.com/ue4plugins/WindowsMessageHandlerExample",
8
"EnabledByDefault": true,
9
- "Version": 4,
10
- "VersionName": "4.0",
11
- "EngineVersion" : "4.16.0",
+ "Version": 5,
+ "VersionName": "5.0",
+ "EngineVersion" : "4.17.0",
12
"FileVersion": 3,
13
"FriendlyName": "WindowsMessageHandlerExample",
14
"Installed": false,
0 commit comments