-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Blueprints Visual Scripting for Unreal Engine 5
By :

Unreal Engine has a special type of Blueprint called Level Blueprint. Each Level of the game has a default Level Blueprint. They are useful for creating Events and Actions that only happen at the current level. To access the Level Blueprint, click the Blueprints button at the toolbar of the Level Editor and choose the Open Level Blueprint option, as shown in the following screenshot:
Figure 4.20 – Opening Level Blueprint
In the Level Blueprint, we can easily create references to Actors that are on the Level. To see this in practice, let's create an example where Box Trigger is added to the Level. When an Actor overlaps the trigger, Blueprint_Effect_Sparks is activated, producing the effect of a spark: