Unreal 4

An Amazing Game

For making a maze in Unreal Editor 4, the first thing I did was to go online and find an already existing layout for a map. I judged it was probably harder than it looked to create a good maze of this nature, and since all I was interested in was the 3D creation aspect …

An Amazing Game Read More »

UE4 Calculator Calculations

 Setting up the Project ‘Blank’ project template was opened. When it opened, four entities were created in the Content folder: a Player Character, ‘MainGamePlayer’; a GameMode Base, ‘MathGame’; a new HUD class, ‘Maths HUD’; and a Widget Blueprint, ‘MathsUI’. The project’s GameMode Override was set to ‘MathGame’. This allows us to tell the project what …

UE4 Calculator Calculations Read More »