4.2.0
- Add command
Toggle Node Purity (Alt + Shift + G)used forVariable GetandCastnodes #129 - Add command
Toggle Node Advanced Display (Alt + Control + A)mainly used for thePrint Stringnode - Add right click context menu for delegate pins to spawn a
Create Eventnode - Add support for
FlowGraphplugin - Remove setting
Better wiring for new nodesand add 3 new settings inBlueprint Assist Editor Features#127Connect Execution When Dragging Off ParameterWhen creating a new node from a parameter pin, try to connect the executionInsert New Execution NodesWhen creating an executable (impure) node from a pin, try to insert the node between existing wiresInsert New Pure NodesWhen creating a pure (parameter) node from a pin, try to insert the node between existing wires
- Changed setting
Treat delegates as exec pinsto be enabled by default - Changed formatting root node selection to not prioritize the selected node
- Changed
Swap Nodecommand to break new looping links when swapping nodes- See setting
Blueprint Assist Advanced > RemoveLoopingCausedBySwapping - Fix crash when running the Swap Node command
- See setting
- Change default padding to (100, 100) across all formatter graphs
- Re-enable the normal pin hover logic for the material graph
- Improve
Create Reroute Nodecommand so it works for hovered pins - Fix issue with the
Replace Nodecommand not being cancelled when closing the menu - Fix selective formatting not working on the simple formatter #132
- Fix multiple issues with delegate pins and reroute nodes not being processed correctly #126
- Fix issue with Smart Format All not handling the comment node padding #125
- Fix issue with Format All not being snapped to grid and not handling
AlignExecNodesTo8x8Grid#124 - Fix hitting an exception from GraphOverlay, when render size is 0
- Fix crash with null graph handler when initializing the comment handler
- Fix hitting an exception originating from
FBACommentContainsGraph::AssignParent - Fix issues when building plugin on Linux #131
Thanks to @sbseltzer for helping out on a number of these changes