February 2020
Beginner
402 pages
8h 55m
English
In this chapter, you will learn about Blueprints, a visual scripting system used to script logic in Unreal. You will learn about Level Blueprints, Blueprint Classes, variables, arrays, functions, flow control, Timelines, how to debug Blueprints, and more.
In the Unreal Engine, a Blueprint is an asset that contains data and instructions.
So far, this book has mainly shown you how to construct environments that can be used for games. But the environment is only one half of a game. The other half is the logic that determines how the environment can be interacted with and ...