You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added new widget overlay system for graph panels, designed to allow more flexibilty than the current brush-only implementation. This requred a small refactor to avoid the assumption that all child widgets of an SNodePanel are SNodes (and because there is no usable RTTI present). Added index widget overlay to BT graph nodes. Added flag to parent nodes to allow us to change the appearance of child nodes when another child is hovered. TTP# 339733 - Editor: Behaviour Tree: Add better execution order indicators reviewed by Lukasz.Furman [CL 2226658 by Thomas Sarkanen in Main branch]