春季创作者特卖开启!从即日起至4月18日,精选商品最低三折起。

Advanced Control Flow

Colory Games - 代码插件 - 2022/08/18

Blueprint nodes to realize the complex control flow

特价$4.99
$2.49登录购买
  • 支持的平台
  • 支持的引擎版本
    4.26 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Advanced Control Flow is a Unreal Engine plugin which adds custom Blueprint nodes to realize the complex control flow.


Introduction Video


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 or make issue on GitHub.





Change Log


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

技术细节

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.