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
461b7754a0331a5bedafec4b70513e6af88a710a
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
History
patrick boutot
461b7754a0
MVVM: Set the viewclass's type as explicitly constructed just to prevent implicit errors.
...
#jira UE-201178 #rb editor-ui-systems [CL 32126996 by patrick boutot in ue5-main branch]
2024-03-08 14:10:25 -05:00
..
ModelViewViewModel
MVVM: Set the viewclass's type as explicitly constructed just to prevent implicit errors.
2024-03-08 14:10:25 -05:00
ModelViewViewModelAssetSearch
…
ModelViewViewModelBlueprint
MVVM: Add the source needed to run the event. When running the event, early exist if the sources are not valid. Some sources are optional and should not trigger an error. Binding do the same but it's the view that decides when to trigger the binding. Since the event can be trigger from anywhere the event itself has to check.
2024-03-08 14:09:12 -05:00
ModelViewViewModelDebugger
MVVM: Rework for the view runtime data. The new format allows for better error detection and new features in progress. The view owns the bindings and events. The source has a list of the bindings. That saves runtime of memory, the delegate doesn't store the binding id. All bindings, events, sources are now sorted for better incremental build performance.
2023-12-01 11:13:35 -05:00
ModelViewViewModelDebuggerEditor
…
ModelViewViewModelEditor
MVVM: Add an option to auto update the view's viewmodel when it's creation context is the global viewmodel collection. The viewmodel can be added/remove/modified from the global viewmodel collection at anytime and it will update the view.
2024-03-04 12:09:48 -05:00