Unreal Engine - From Past To Future
Past and Future of the Unreal Engine
@kaggle.middlehigh_unreal_engine_from_past_to_future
Past and Future of the Unreal Engine
@kaggle.middlehigh_unreal_engine_from_past_to_future
This dataset shows the Unreal Engine from 1998 to 2024. It shows the number of users, the versions released each year, and famous games published using the engine in that specific year. The columns are:
Year
- The year
Version Released
- The version(s) released
Add Features
- The changes made to the version(s) published in that year
Games
- Famous games published that year using the engine
Num Users
- The number of users
The num users column might not be very accurate due to lack of documentation. Very sorry for that. God bless you.
CREATE TABLE ue_future (
"num" DOUBLE,
"users" VARCHAR
);
Anyone who has the link will be able to view this.