Skip to content

BluePrints

Caishangqi edited this page Jun 25, 2023 · 1 revision

Unreal Engine的蓝图系统是一种全面的可视化脚本工具,允许开发者在不写代码的情况下实现游戏逻辑和行为。通过直观的节点和连线方式,蓝图系统能够创建和修改游戏物体的行为、用户界面、AI行为、动画等。它既适合初学者快速入门,也能满足专业开发者的高级需求。

  • Node-Based visual scripting
  • Sits on top of C++
  • Lots of functionality exposed from C++, but not all
  • Not as fast as C++, but mostly fast enough

Clone this wiki locally