4.2.0
- Add command
Toggle Node Purity (Alt + Shift + G)
used forVariable Get
andCast
nodes #129 - Add command
Toggle Node Advanced Display (Alt + Control + A)
mainly used for thePrint String
node - Add right click context menu for delegate pins to spawn a
Create Event
node - Add support for
FlowGraph
plugin - Remove setting
Better wiring for new nodes
and add 3 new settings inBlueprint Assist Editor Features
#127Connect Execution When Dragging Off Parameter
When creating a new node from a parameter pin, try to connect the executionInsert New Execution Nodes
When creating an executable (impure) node from a pin, try to insert the node between existing wiresInsert New Pure Nodes
When creating a pure (parameter) node from a pin, try to insert the node between existing wires
- Changed setting
Treat delegates as exec pins
to be enabled by default - Changed formatting root node selection to not prioritize the selected node
- Changed
Swap Node
command 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 Node
command so it works for hovered pins - Fix issue with the
Replace Node
command 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