We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c202899 commit bb17414Copy full SHA for bb17414
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.17**. It works on all
+This plug-in was last built against **Unreal Engine 4.19**. It works on all
23
platforms.
24
25
TextAsset.uplugin
@@ -1,8 +1,8 @@
1
{
2
"FileVersion" : 3,
3
- "Version" : 7,
4
- "VersionName" : "7.0",
5
- "EngineVersion" : "4.18.0",
+ "Version" : 8,
+ "VersionName" : "8.0",
+ "EngineVersion" : "4.19.0",
6
"FriendlyName" : "Text Asset",
7
"Description" : "Adds an editable text content asset for personal notes.",
8
"Category" : "Editor",
0 commit comments