Skip to content

colory-games/UEPlugin-AdvancedControlFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c14493 · Dec 30, 2024

History

55 Commits
Dec 28, 2024
Dec 28, 2024
Dec 30, 2024
Dec 28, 2024
Jan 22, 2023
May 6, 2024
Dec 28, 2024
May 31, 2022
May 31, 2022
May 31, 2022
Dec 30, 2024
Jul 17, 2022
Jul 16, 2022
Dec 28, 2024

Repository files navigation

Unreal Engine 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 Multi-Branch node.

Features

  • Multi-Branch
    • Realize if-elseif-else statement (multiple conditional branches).
  • Conditional Sequence
    • Execute each relevant execution pins if each conditional pin is true.
  • Multi-Conditional Select
    • Return the value where the condition is true.

Supported Environment

This plugin supports on the below environment.

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

Installation

This plugin is distributed at Fab.
You can buy and install from there.

Free trial version is also available.
See the installation document if you want to install a free trial version.
Free trial version has below limitations.

  • The number of conditional pin is up to 3.

To get the benefit fully from this plugin, consider to buy this plugin at Fab.

Tutorial

See the tutorial document.

Change Log

See CHANGELOG.md.

Bug Report / Feature Request / Disscussions

If you want to report problems or request features, please make issues.
You can also discuss about this plugin at Discord (advanced-control-flow channel).

Project Author

Owner

This project is owned by the members of Colory Games.
The maintainer of this project is as follows.

Name Contact
@nutti Website (Japanese Only) | Twitter