



Features:
- Multi-Branches: Realize if-elseif-else statement (multiple conditional branches).
- Conditional Sequence: Execute all relevant execution pins if the conditional pin is true.
- Multi-Conditional Select: Return the value where the condition is true.
Code Modules:
- AdvancedControlFlow (UncookedOnly)
Number of Blueprints: 0
Number of C++ Classes: 9
Network Replicated: Yes
Supported Development Platforms: Windows / macOS / Linux
Supported Target Build Platforms: All platforms
Documentation: Documentation is available at the project page on GitHub
Example Project: Example is available at the project page on GitHub
Important/Additional Notes: This plugin has a free trial version. See the document if you want to install a free version.
功能:
- 多分支:实现if-elseif-else语句(多个条件分支)。
- 条件序列:如果条件引脚为真,则执行所有相关的执行引脚。
- 多条件选择:返回条件满足的值。 true。
代码模块:
- AdvancedControlFlow(UncookedOnly)
蓝图数量:0
C++ 类数量:9
网络复制:是
支持的开发平台:Windows / macOS / Linux
支持的目标构建平台:全部平台
文档:文档可在 GitHub 上的项目页面
示例项目:示例可在 GitHub 上的项目页面
重要/附加说明:该插件有免费试用版。如果您想安装免费版本,请参阅文档。
Advanced Control Flow is a Unreal Engine plugin which adds custom Blueprint nodes to realize the complex control flow.
The typical use case of this plugin is when you try to realize the if-elseif-else statement.
To realize if-elseif-else statement on the vanilla Unreal Engine, you need to stack the multiple branch nodes to check multiple conditions.
By using this plugin, you can realize this case with only one MultiBranch node.
If you have any trouble or question, you can join our Discord (advanced-control-flow channel) or make issue on GitHub.
Change Log
1.7.0 (2025.6.13)
-
Support on Unreal Engine 5.6
1.6.0 (2024.12.30)
-
Support on Unreal Engine 5.5
-
Fix bugs
1.5.0 (2024.5.9)
-
Support on Unreal Engine 5.4
1.4.0 (2023.9.26)
-
Support on Unreal Engine 5.3
-
Fix bugs
1.3.0 (2023.6.2)
-
Support on Unreal Engine 5.2
1.2.0 (2023.2.1)
-
Add “Multi-Conditional Select” node.
1.1.1 (2022.12.16)
-
Fix bugs
1.1.0 (2022.12.1)
-
Support on Unreal Engine 5.1
1.0.1 (2022.8.20)
-
Support on Unreal Engine 4.26 / 4.27
-
Fix bugs
1.0.0 (2022.8.10)
-
First release
高级控制流是一个虚幻引擎插件,它添加自定义蓝图节点来实现复杂的控制流。
此插件的典型用例是当您尝试实现 if-elseif-else 语句。
要在普通虚幻引擎上实现 if-elseif-else 语句,您需要堆叠多个分支节点来检查多个条件。
通过使用此插件,您只需一个 MultiBranch 节点即可实现这种情况。
如果您有任何问题或疑问,可以加入我们的Discord(高级控制流通道) 或在 GitHub 上提出问题。
更改日志
1.7.0 (2025.6.13)
-
对虚幻引擎 5.6 的支持
1.6.0 (2024.12.30)
-
对虚幻引擎的支持5.5
-
修复错误
1.5.0 (2024.5.9)
-
支持虚幻引擎 5.4
1.4.0 (2023.9.26)
-
支持虚幻引擎 5.3
-
修复错误
1.3.0 (2023.6.2)
-
支持虚幻引擎5.2
1.2.0 (2023.2.1)
-
添加“多条件选择”节点。
1.1.1 (2022.12.16)
-
修复错误
1.1.0 (2022.12.1)
-
对虚幻引擎的支持5.1
1.0.1 (2022.8.20)
-
支持虚幻引擎 4.26 / 4.27
-
修复错误
1.0.0 (2022.8.10)
-
首次发布

评论(0)