Browse Source

Merge pull request #5164 from mhilbrunner/ue4

Remove UE version number
Max Hilbrunner 4 years ago
parent
commit
a6e235153b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/resources.rst

+ 1 - 1
tutorials/scripting/resources.rst

@@ -280,7 +280,7 @@ Let's see some examples.
     with an :ref:`EditorPlugin <class_EditorPlugin>` to create custom
     with an :ref:`EditorPlugin <class_EditorPlugin>` to create custom
     visualizations and editors for their data.
     visualizations and editors for their data.
 
 
-    Unreal Engine 4's DataTables and CurveTables are also easy to recreate with
+    Unreal Engine's DataTables and CurveTables are also easy to recreate with
     Resource scripts. DataTables are a String mapped to a custom struct, similar
     Resource scripts. DataTables are a String mapped to a custom struct, similar
     to a Dictionary mapping a String to a secondary custom Resource script.
     to a Dictionary mapping a String to a secondary custom Resource script.