Blueprint nodes to realize the complex control flow
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.
1.5.0 (2024.5.9)
1.4.0 (2023.9.26)
1.3.0 (2023.6.2)
1.2.0 (2023.2.1)
1.1.1 (2022.12.16)
1.1.0 (2022.12.1)
1.0.1 (2022.8.20)
1.0.0 (2022.8.10)
Features:
Code Modules:
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.