-
Notifications
You must be signed in to change notification settings - Fork 256
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.
-
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
andbCanDuplicate
without creating theUFlowGraphNode
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 asReplacedBy
class. Nodes deprecated this way continue to work normally. - Fixed typo in
JumpToNodeDefinition
label (submitted by Drakynfly)
- Loading SaveGame no longer calls Start node on all loaded Sub Graphs.
- Fixed some localization key collisions.
Got any questions? Discuss things related to the plugin on the dedicated Discord server.
- Overview
- Guides
- Legacy
- API
- Releases