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 492023e commit bca1c06Copy full SHA for bca1c06
Docs/screenshot.png
64.8 KB
README.md
@@ -1,11 +1,16 @@
1
# TextAsset
2
3
Unreal Engine 4 plug-in that adds a text asset and editor for personal notes.
4
+
5
6
7
## About
8
-TODO
9
+The TextAsset plug-in implements two modules that demonstrate how to add a new
10
+type of content asset to Unreal Engine 4. The asset itself stores a simple text
11
+string that can be used for adding personal notes or other textual information
12
+to your project, or to be consumed within Blueprints. The plug-in also includes
13
+an asset editor, asset factories, and asset actions for the Content Browser.
14
15
16
## Supported Platforms
0 commit comments