Files
UnrealEngineUWP/Engine/Plugins/Runtime/ModelViewViewModel
patrick boutot cc02cd369e MVVM: Change the source sort algo to support destination.
At initalization, one at the time, the source initialize and then execute the bindings. Binding can use a source a soon to be initialize source and a binding can set the value of a source. Both cases need to be taken into account when sorting the sources.
When initializing, the binding can trigger a FieldNotify of another initialized source that can trigger that same source that try to initialize. Add a message if that occurs.
#rb christian.savoie

[CL 31533842 by patrick boutot in 5.4 branch]
2024-02-15 15:40:59 -05:00
..