You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Releases/Version23.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ Version 2.2 came with a huge Data Pins refactor and it requires data migration o
16
16
* Resave all Flow Graph assets.
17
17
* Continue with updating to newer Flow Graph version.
18
18
19
+
### Changed Flow Node constructor to GENERATED_BODY
20
+
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.
21
+
19
22
## Flow Node
20
23
* Added Paste option to the right-click menu for Flow Nodes. Formerly could only paste onto a Flow Node using Ctrl + V. (contributed by Riot Games: LindyHopperGT)
21
24
* Added Attach AddOn drop-down to Flow Node (and AddOn) details. Adds a more convenient method for attaching addons that is fewer-clicks per operation and a bit less hidden. This is in addition to the right-click menu on these nodes. (contributed by Riot Games: LindyHopperGT)
0 commit comments