Skip to content

Commit

Permalink
Add info on widget tree climbing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Mar 3, 2025
1 parent 578f52f commit 753ce74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/ROOT/pages/Development/UpdatingFromSml39.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ ExampleMod has been enhanced with additional examples:
- Custom icon library
- Improved CDO example (now using Game Instance Module instead of Game World)

=== Widget Blueprint Hooking Enhancement

xref:Development/ModLoader/WidgetBlueprintHooks.adoc[Widget Blueprint Hooks]
using Indirect (Child) can now target widget elements further away in the hierarchy.

Previously, when the parent type is "Indirect (Child)", you could only choose the immediate parents of the widget variables for the widget to attach the new widget to. Now you can choose the grandparents too.

== Notable Fixes

- Fix RequireSessionRestart session settings not being saved
Expand Down

0 comments on commit 753ce74

Please sign in to comment.