- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 180字
- 2021-06-24 13:44:01
The Blueprint window
To start working with Blueprints, we first need to go over the layout of a Blueprint window. In the Content Browser, go to ThirdPersonBP\Blueprints and double-click on ThirdPersonCharacter. The window that pops up should look like this:

There's a lot going on here, so let's break it down tab by tab.
In the main window, we'll see our actual code. For our ThirdPersonCharacter class, we see the use of variables, operators, pure functions, and calls to other functions. We also see some tabs at the top of this—Viewport, Construction Script, and Event Graph. Every function we open will appear as a tab here. These will be discussed in the Graphs and Viewport sections later in this chapter.
In the bottom-left corner of the window, we will see the My Blueprint tab, which holds all of the Graphs, Functions, Macros, Variables, and Event Dispatchers for this class:

Let's break this tab down so we can learn how to use each individual part. While doing so, we will also learn about other parts of the Blueprint window.
- 潮流:UI設計必修課
- Neo4j Essentials
- Python數據可視化之Matplotlib與Pyecharts實戰
- Learning DHTMLX Suite UI
- Android玩家必備
- PLC應用技術(三菱FX2N系列)
- Flowable流程引擎實戰
- 零代碼實戰:企業級應用搭建與案例詳解
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Java7程序設計入門經典
- 嵌入式Linux C語言程序設計基礎教程
- Functional Python Programming
- Drupal Search Engine Optimization
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- 基于JavaScript的WebGIS開發