• Post category:StudyBullet-4
  • Reading time:4 mins read


Discover how to assemble a block breaker game using Unreal Engine 4

What you will learn

Importing of assets into Unreal Engine 4.

Creation of a player and input mapping for movement.

Controlling game flow for points and respawn of a player.

Menu and HUD creation for a full game application loop.

Description

This course will cover all the necessary steps to assemble a block breaker game using Unreal Engine 4. This course is intended for developers that are already familiar with the UE4 interface and can move between systems to construct a game. The videos have been kept to a minimum in length and have been structured to outline the steps with less theory explained.

I recommend that as a developer you watch a fundamentals course prior to this course if you are interested in the basics of moving about inside of the Editor. Many systems will be used within Unreal Engine and the course would exceed the 2 hour threshold for a free course if I were to teach how to move inside of the Editor along with the basic construction of the core game loop.

When considering the construction of a game you must use certain programming principles like inheritance and parent classes which will be shown in this series to allow for re-usability of code and cleanliness of construction of the project.


Get Instant Notification of New Courses on our Telegram channel.


We will cover the following tasks in the series:

  • Importing of assets into a scene
  • Creation of a player and input controls
  • Controlling the game flow through the game mode and respawn of player
  • Collectables
  • Menu and HUD
  • Win condition

By the time you have finished the series you will be knowledgeable enough to create and publish a simple block smashing game designed inside of Unreal Engine 4.

English
language

Content

Block Breaker Game Creation
Project Setup
Player Paddle & Input
Ball & Collision
Game Mode & Respawn
Creating the Blocks
Looping Our Game
Creating Collectables
Adding the Menu
Creating the HUD
Adding the HUD Collectables
Finalising Win Condition