August 2016
Beginner to intermediate
837 pages
17h 27m
English
In the previous recipe, we used the Level Blueprint system in order to create a prototype of a feature we may want to have. In this recipe, we will see how we can convert this prototyped feature into a Class Blueprint which can be reused in every level.
Before we start working on this, we need to have a level blueprint to convert. Follow the previous recipe or open up the FlashingLight level provided in the example code.
The Level Blueprint is great, but it's limited in the fact that everything created is stuck within that level, and we'll generally have to copy/paste a lot to move things between levels (this was a problem back in the UE3 days with Kismet). To solve this issue, ...
Read now
Unlock full access