[PLUGIN] Advanced Control Flow

Advanced Control Flow is a Unreal Engine plugin which adds 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.

Features

  • MultiBranch
    • Realize if-elseif-else statement (multiple conditional branches).
  • Conditional Sequence
    • Execute each relevant execution pins if each conditional pin is true.

Supported Environment

This plugin supports on the below environment.

  • Unreal Engine Version: 4.26 / 4.27 / 5.0
  • Development Platforms: Windows / macOS / Linux
  • Target Build Platforms: All platforms

Introduction Video

1 Like