Overview, Project Creation and Prep Work
Time Attack Racer
Youtube Video Tutorials
Overview
Blueprint
UMG (Unreal Motion Graphics)
Project Creation
New Blueprint Project
Project Creation
Create New Folders
We will incorporate two sound files into our game. One for background music and one for when you pass through a checkpoint.�
We will then create several Blueprints...
Blueprint Class: Actor x 2
Blueprint Class: Player Controller
Blueprint Class: Save Game (search for it)
Blueprints: Blueprint Macro Library: Actor
User Interface: Widget Blueprint
Project Creation
Open the VehicleAdv GameMode Blueprint
Prep Work
Open the MyPlayerController Blueprint...
Tip: With a variable selected, press Control and W to create quick copies of them
Prep Work
In the MyPlayerController Blueprint...
We will need to create several versions of this type of variable. Use the naming conventions listed below:
Tip: With a variable selected, press Control and W to create quick copies of them
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the MyPlayerController Blueprint...
We will also need to create several functions. Use the naming conventions listed below:
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the MyPlayerController Blueprint...
Prep Work
In the Game Editor Viewport…