|
Blueprint Macro Library(蓝图宏库) 是一个存放了一组 宏 的容器,或者是可以像节点那样 放置到其他 蓝图 中的自包含图表。这些蓝图宏库非常节约时间,因为它们存放了常用的节点序列、 及针对执行和数据变换的输入和输出。
宏 会在所有引用它们的图表间共享,但是如果它们在编译过程中是合并的节点,那么它们会自动地 展开为图表。这意味着 蓝图宏库 不需要进行编译, 但是对 宏 所做的修改,仅当重新编译了包含引用该 宏 的图表的蓝图时,这些修改才会反应在 图表中。
For more information on Macro Libraries and how to use them, please see the 蓝图宏库 documentation.
Interface
Much like with Blueprint Interfaces, when you first open the Blueprint Editor for a Macro Library, you will see a simplified UI without a graph:
Default Visible UI Components
Available in the Window Menu
Menu
Toolbar
My Blueprint
Details
Graph Editor
Debug
Find Results
Palette
|
|