|  | 
| UE4 Elevator | 
In this tutorial, we will be showing how to make a working elevator in Unreal Engine 4.
Getting Started
First we will add a block and then scale it for the elevator to travel its way up the side.
|  | 
| Tower | 
Then we make a platform for the actual elevator. Note: when making an elevator, make sure that you change it form a BSP to a Static Mesh. Also, you change the mobility for Static to Moveable as shown in the images below.
|  | 
| Elevator Platform | 
|  | 
| Moveable | 
|  | 
| Static Mesh | 
Triggering 
As we showed in a previous tutorial about triggering an open door, now were going to trigger a lifting elevator. First we drag a box trigger, onto the platform. You also need to change the mobility to Moveable.
|  | 
| Trigger | 
You then add a Matinee to your elevator.
|  | 
| Matinee | 
Moving 
You select all actors and select a movement. Add a key frame of 5 seconds. Now your elevator can move.
|  | 
| Movement | 
|  | 
| Movable Elevator | 
Add your blueprints for triggering the elevator to lift.
|  | 
| Blueprints | 
Make sure that your platform is a collision, so your player is able to stand on it. That's it, your done!