We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0c22 commit 9583799Copy full SHA for 9583799
README.md
@@ -10,11 +10,15 @@ to intercept and process events from the Windows message queue without having to
10
modify Engine code. This is useful for integrating hardware and software SDKs
11
that use Windows messages to provide some or all of their functionality.
12
13
+Make sure to pull the Tag that matches your Unreal Engine version. If you sync
14
+to Master the code may not compile, because it may depend on Engine changes that
15
+are not yet available in the UE4 Master branch.
16
+
17
18
## Supported Platforms
19
-This plug-in was last built against **Unreal Engine 4.14**. It is intended to be
-used on Windows only.
20
+This plug-in was last built against **Unreal Engine 4.15**.
21
+It is intended to be used on Windows only.
22
23
24
## Dependencies
0 commit comments