Skip to content

Flow v1.2

Krzysiek Justyński edited this page Jan 28, 2022 · 17 revisions

This is the upcoming release. This page is updated regularly, after pushing changes to the repository. Check board for all planned tasks.

This release includes pull requests from the community: Drakynfly (Guy Lundvall), LunaRyuko (Luna Ryuko Zaremba), ryanjon2040.

Flow Node

  • UFlowNodeBlueprint isn't marked as final anymore, it's now possible to extend it (submitted by LunaRyuko)
  • It's now possible to mark a Flow Node class as bCanDelete and bCanDuplicate without creating the UFlowGraphNode class just for that. (submitted by ryanjon2040)

Misc

  • Fixed typo in JumpToNodeDefinition label (submitted by Drakynfly)