You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ In the development menu, you get access to the 'PythonConsole' too, you can use
17
17
18
18
All of the exposed engine features are under the 'unreal_engine' virtual module (it is completely coded in c into the plugin, so do not expect to run 'import unreal_engine' from a standard python shell)
19
19
20
+
The currently supported Unreal Engine versions are 4.12, 4.13 and 4.14
21
+
20
22
# Binary installation on Windows (64 bit)
21
23
22
24
First of all install an official python distribution in your system (currently the suggested one is the 3.5)
0 commit comments