We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aff1a2 commit 8cc5519Copy full SHA for 8cc5519
2 files changed
README.md
@@ -19,7 +19,7 @@ that are not yet available in the UE4 Master branch.
19
20
## Supported Platforms
21
22
-This plug-in was last built against **Unreal Engine 4.16**. It works on all
+This plug-in was last built against **Unreal Engine 4.17**. It works on all
23
platforms.
24
25
TextAsset.uplugin
@@ -1,8 +1,8 @@
1
{
2
"FileVersion" : 3,
3
- "Version" : 5,
4
- "VersionName" : "5.0",
5
- "EngineVersion" : "4.16.0",
+ "Version" : 6,
+ "VersionName" : "6.0",
+ "EngineVersion" : "4.17.0",
6
"FriendlyName" : "Text Asset",
7
"Description" : "Adds an editable text content asset for personal notes.",
8
"Category" : "Editor",
0 commit comments