Flow 2.3


July 11, 2026.

This release includes pull requests from the community: Bargestt (Vasilii Bulgakov), Chen-Gary (Gary Chen), CyaDaPaKnat, dskliarov-gsc, EvanC4, fade-Raider (Federico Ciardi), LindyHopperGT (Riot Games).

This is the first release for UE 5.8.

Flow Game (sample project)

Update Notes

Critical warning for Data Pins users

If you were using Data Pins in your assets prior to Flow 2.2, do not upgrade directly from your current Flow Graph version to the version newer than 2.3. Version 2.2 came with a huge Data Pins refactor and it requires data migration occuring while loading assets.

Changed Flow Node constructor to GENERATED_BODY

This is BREAKING CHANGE. It requires updating constructors for C++ Flow Nodes. It’s simple, but it will take a few minutes for large projects.

Flow Node

Specific Flow Nodes

Flow Asset

SaveGame support

Misc