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
764bdff411cfbb83a8a04aabc2d681a86ac01936
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Public
History
Patrick Boutot
1022bd41a2
Move function from the MVVM editor module to the blueprint compiler module.
...
#preflight 62da87adac71f3a225a75336 [CL 21219105 by Patrick Boutot in ue5-main branch]
2022-07-22 07:39:25 -04:00
..
Bindings
Move function from the MVVM editor module to the blueprint compiler module.
2022-07-22 07:39:25 -04:00
ViewModel
MVVM: First version of the viewmodel editor
2022-04-13 16:06:35 -04:00
MVVMBlueprintView.h
MVVM: First draft of the viewmodel panel.
2022-06-03 14:47:48 -04:00
MVVMBlueprintViewBinding.h
MVVM: Setting a conversion function with multiple arguments now generates a FunctionGraph in the widget blueprint that is used to call the function, which allows us to bind multiple properties to conversion functions.
2022-06-27 16:24:02 -04:00
MVVMBlueprintViewModel.h
…
MVVMBlueprintViewModelContext.h
MVVM: Add "Optional" on viewmodel context to prevent logging warning when the viewmodel is not set and that it's optional.
2022-07-20 13:37:40 -04:00
MVVMPropertyPath.h
MVVM: Fix crash when a field is renamed after the path was created.
2022-06-08 13:25:42 -04:00
MVVMWidgetBlueprintExtension_View.h
…