Game Level Design: Unreal: Blueprints: Working with Level Blueprint (Unreal 4)

Опубликовано: 16 Октябрь 2024
на канале: Dan Cox
500
like

This video introduces working the Level Blueprint, the blueprint of the open level in the Unreal Editor. As a blueprint, the Level Blueprint has access to variables, functions, and event dispatchers.

A special feature of the Level Blueprint is its connection to the World Outliner. Selecting an Actor in the World Outliner and then opening the Level Blueprint allows for easy access and reference to Actor and its components without needing to create a variable. This allows the Level Blueprint to communicate 'down' to Actors within the level. (Actors cannot communicate 'up', however.)