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.2.0 (2023.2.1)
- Add "Multi-Conditional Select" node.
1.1.1 (2022.12.16)
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)