This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00efdf60976d957eafeb1949031c62b68ec92aec
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
/
Tests
History
patrick boutot
2043ca9bff
MVVM: Fix order when adding a delegate and removing delegate while a delegate is executing.
...
#prefligth 647947ac6f48a706660482d4 [CL 25758381 by patrick boutot in ue5-main branch]
2023-06-02 08:29:35 -04:00
..
MVVMBindingExecuteTest.cpp
…
MVVMBindingExecuteTest.h
…
MVVMBindingHelperTest.cpp
…
MVVMBindingHelperTest.h
…
MVVMFieldPathHelperTest.cpp
…
MVVMFieldPathHelperTest.h
MVVM: Add the Broadcast field to the INotifyFieldValudChanged. Previously the viewmodel or widget implemented the functionality. The functionality was protected just because. Since we move it to a more engine wide feature and that it will be integrated with the Blueprint compiler it needs to be visible by Blueprint.
2023-04-12 19:00:11 -04:00
MVVMFieldValueChangedTest.cpp
MVVM: Fix order when adding a delegate and removing delegate while a delegate is executing.
2023-06-02 08:29:35 -04:00
MVVMFieldValueChangedTest.h
MVVM: Add unittest for FieldNotificationDelegate. Fix bug with Remove that didn't return the correct state of the bindings.
2023-05-03 12:28:04 -04:00