Skip to content

Flow v1.2

Krzysiek Justyński edited this page Mar 8, 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)
  • It's now possible to deprecate Flow Nodes. Simply set the bNodeDeprecated flag to True. You can provide a replacement class by choosing another Flow Node as ReplacedBy class. Nodes deprecated this way continue to work normally.
  • Fixed typo in JumpToNodeDefinition label (submitted by Drakynfly)

Fixes

  • Loading SaveGame no longer calls Start node on all loaded Sub Graphs.
  • Fixed some localization key collisions.