Skip to content
Media 1 for listing Fox Branch — Flow Control, Gates & Branching Nodes

Description

FoxBranch — toolkit Blueprints, gates, switches and routers they always lacked.

Replace dozens of Branch / DoOnce / Delay constructs with a single named node, and read your graphs at a glance.

Full documentation: https://alchemy-fox.de/branch/

Support: [email protected]

——————————————————————

WHAT'S INCLUDED

28 Blueprint Nodes | 16 Result Enums | Gates, Edges, Branches, Flow Patterns, Routing | Pure Code-Only Plugin | Full C++ Source

——————————————————————

FEATURE CATEGORIES

Gates (7 Nodes) ChanceGate, CooldownGate, CountGate, DebounceGate, EveryNthGate, ThresholdGate, ThrottleGate

Branch (6 Nodes) BranchOnClass, BranchOnRangeFloat, BranchOnRangeInt, MultiBranch, MultiBranchAll, PrioritySelectInt

Flow (5 Nodes) AccumulatorGate, BatchGate, DoEveryN, DoOncePerKey, Pulse

Edge (6 Nodes) FallingEdge, RisingEdge, ValueChangedBool, ValueChangedFloat, ValueChangedInt, ValueChangedString

Routing (4 Nodes) PingPongExec, RandomExec, RoundRobin, WeightedRandomExec

—————————————————————

KEY FEATURES

  1. Named Flow Patterns — Replace 4-node Blueprint clusters with a single readable node

  2. Result Enums — Every gate uses ExpandEnumAsExecs so output pins are explicit (Passed / OnCooldown, Fired / Skipped, etc.)

  3. Per-Key DoOnce — DoOncePerKey lets you guard logic on a per-actor / per-id basis without spawning custom variables

  4. Edge Detection — Rising/Falling edge nodes plus typed ValueChanged variants for bool/int/float/string

  5. Weighted & Round-Robin Routing — Stop reinventing weighted random and rotating-output graphs

  6. Latent Pulse — Pulse fires N times at an interval and completes — no manual loop nor Set Timer required

  7. Zero State Cost — Nodes own their own state via static map; no actor variables needed

  8. No Dependencies — Pure code, ships with engine modules only

—————————————————————

TECHNICAL DETAILS

Engine: Unreal Engine 5.2-5.4, 5.6-5.7

Type: Code Plugin (C++)

Dependencies: None (engine modules only)

Platforms: Windows (Win64)

Full C++ source code included

All nodes have detailed tooltips

Integrates seamlessly into existing projects — no setup, no subsystem boot

——————————————————————

DOCUMENTATION & SUPPORT Full documentation with setup guide, node reference, and examples: https://alchemy-fox.de/branch/

——————————————————————

MISSING A FEATURE? Feature requests are welcome! If you need a specific gate, branch, or flow-control node that is not included yet, let us know. We actively review requests and will include useful additions in future updates. Send your request to [email protected] with a short description.

——————————————————————

By Alchemy Fox Studio

Included formats