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
47402c63eebd46d5e7dc8a9b8c91e06d303d5b6b
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
History
zahra nikbakht
47402c63ee
MVVM: fix the issue with deletion of a whole binding group: some bindings from other groups were deleted and some bindings from the target group remained. A reverse loop is needed because we are deleting the elements that BindingsToRemove is pointing to in the original Bindings array.
...
#jira UE-194203 [CL 29845936 by zahra nikbakht in ue5-main branch]
2023-11-20 13:56:12 -05:00
..
Private
MVVM: fix the issue with deletion of a whole binding group: some bindings from other groups were deleted and some bindings from the target group remained. A reverse loop is needed because we are deleting the elements that BindingsToRemove is pointing to in the original Bindings array.
2023-11-20 13:56:12 -05:00
Public
MVVM: Big rework of the MVVM view compiler. It add supports for conversion function to go from complex to simple. Supports pin split on simple conversion function. Add ability to to support setter function with more than one argument. Build the list of all the sources.
2023-11-17 14:09:15 -05:00
ModelViewViewModelEditor.Build.cs
Move UMG/FieldNotification files to the FieldNotification module.
2023-04-03 22:29:35 -04:00