Chapter 8. Blueprint Scripting – Level Effects

In this chapter, we'll cover the following recipes:

  • Building a flickering light
  • Converting from Level to Class Blueprints
  • Using Trigger Volumes – opening a door using Matinee
  • Adding to an existing Blueprint – flashlight, part 2
  • Creating a Health/Damage system, part 1 – taking damage

Introduction

Introduced in Unreal Engine 4, Blueprints is a visual scripting language that is built into the engine. By using visual scripting, instead of writing code from scratch inside Visual Studio or some other IDE (which we will cover in the next chapter), we can use predefined actions and connect them together, similar to drawing a graph. This is often a great starting point for artists and game designers as it is much ...

Get Unreal Engine: Game Development from A to Z now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.