We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de9b5 commit 6bd0129Copy full SHA for 6bd0129
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.17**.
+This plug-in was last built against **Unreal Engine 4.19**.
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": 6,
10
- "VersionName": "6.0",
11
- "EngineVersion" : "4.18.0",
+ "Version": 7,
+ "VersionName": "7.0",
+ "EngineVersion" : "4.19.0",
12
"FileVersion": 3,
13
"FriendlyName": "WindowsMessageHandlerExample",
14
"Installed": false,
0 commit comments