3D UE Level1

Building Level 1

This level consists of a night time scene in a dark alleyway.

When Unreal opens, it defaults to the FirstPersonMap. I did a save as and called my level “Level1_Alley”.

I then deleted the 3D content except for the floor by clicking on the object and pressing the Del key.

I kept the floor, player (the yellow capsule) and gun. Then I can align my 3D objects using the floor as a guide.


Moving around in the Unreal Editor

In the Unreal editor, you can hold the left mouse button and move around with the mouse. If you keep holding down the left mouse button, you can use the W,A,S,D keys to move as well. The middle mouse button will move you up and down, and the right mouse button rotates you.

If you are used to using Maya, the same keyboard shortcuts work for Unreal as well.

W – Move object
E – Rotate object
R – Scale or resize object

Also pressing F will bring you closer to the object that you select withe the mouse.

Importing the 3D Assets

The assets that I created for level 1 are here

I used Maya, so I exported my wall as a .FBX file. Then I imported it in Unreal:

Note that I put it in the folder called L1_Alley for Level1. My asset is called geo_wall.

I can now use my wall and put it in Unreal, but I first wish to create a blueprint from the wall. I do this by right-clicking on my geo_wall and go to Asset Actions -> Create Blueprint Using This… then called it b_geo_wall

On the Viewport, it will show the wall. You press the Compile button to compile the blueprint.

You can close the blueprint window and you will see b_geo_wall.

Blueprints

The main reason for turning the wall into a blueprint is that once it is placed into the Unreal Engine level, I can then alter the blueprint if I need to change or add something to the wall. I can also create several wall blueprints and change the texture so that some of the walls look different.

Hence blueprints make things easier to change whilst they are in place in the level.

Building the Alley

I dragged the b_geo_wall into the Unreal level and moved it to the left side. I then duplicated the wall by copying and pasting until I had 6 walls on either side.

Making it Night

My opening scene is set at night. The current level shows the sun shining, so I need to make it look like it is night time.