You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Made the selection node take a group name as a selection type. - Changed the selection facade schema to allow for group dependency to the selected index sets. - Added group dependency to the selection attributes. - Added a detail customization to allow for choosing the selection group from the collection being processed by the selection node. - Added Dataflow OnSelected and OnDeselected callback methods to allow for custom processing when a toolkit changes the node selection, without having to disrupt the const evaluation of the nodes. - Changed the order of operations in SDataflowGraphEditor::OnSelectedNodesChanged() to allow for the nodes to refresh their UI before the selection is actually changed. - Added a group index dependency getter to the managed array collection. #rb Alex.McAdams, Cedric.Caillaud #jira none #rnx [CL 28184224 by kriss gossart in ue5-main branch]