From e06a3d3e362da5cc5e06da211f3a96c3648c4726 Mon Sep 17 00:00:00 2001 From: Martynas Jasins Date: Sun, 28 Oct 2018 19:40:31 +0300 Subject: [PATCH] Additional information on Unreal Engine 4 (#20089) * Additional information on Unreal Engine 4 I think that a small potion of information on the current state of the Unreal Engine would be great, Big fan of the Engine * removed unnecessary commentary --- guide/english/game-development/unreal-engine/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/game-development/unreal-engine/index.md b/guide/english/game-development/unreal-engine/index.md index b44fbdf950..9ecf6eaa55 100644 --- a/guide/english/game-development/unreal-engine/index.md +++ b/guide/english/game-development/unreal-engine/index.md @@ -23,7 +23,7 @@ Unreal has gone through 4 major revisions. Although some code is common between Released in 2004 and targeted Windows PC, Linux, Mac, iOS, Playstation 3 and Xbox 360. Development is split between Unreal Script and C++, with an additional visual scripting interface called Kismet. * Unreal Engine 4 - Released in 2015 and targets PC, PlayStation 4, Xbox One, Mac OS X, iOS, Android, many VR systems, Linux, SteamOS, and HTML5, and the editor can run on Windows, OS X and Linux. Unreal Script has been removed and replaced with dynamically reloaded C++ modules, and a more advanced visual scripting interface called Blueprints. + Released in 2015 and targets PC, PlayStation 4, Xbox One, Mac OS X, iOS, Android, many VR systems, Linux, SteamOS, and HTML5, and the editor can run on Windows, OS X and Linux. Unreal Script has been removed and replaced with dynamically reloaded C++ modules, and a more advanced visual scripting interface called Blueprints. Since the release of version 4.20, Unreal Engine has been taking big steps towards mobile gaming and currently is a great tool for developing high-end titles on Android, iOS platforms. ### Popular Games made in Unreal - Batman Arkham City @@ -31,6 +31,7 @@ Unreal has gone through 4 major revisions. Although some code is common between - Bioshock - Borderlands - Gears of War +- Fortnite #### More Information: