打开蓝图

  1. 工具栏中,打到按钮并点击
  2. 打开关卡蓝图

蓝图术语

Event Graph 事件图表

The canvas for Blueprint.

Node 节点

Premade functionality

String 字符串

Programmer speak for text.

Event 事件

A "when" node

Pin 引脚

Sockets we can connect up.

Input Pin 输入引脚

When to run this node

Output Pin 输出引脚

What to do after

Connection 连线

Wires between pins.

常见事件

Event Start Play 事件开始运行

游戏开始运行


常见节点

Print String 打印字符串

向屏幕、日志中打印字符串