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
1946b5c2980f6da5e112cd376abef44cc92fc9f8
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Public
History
zahra nikbakht
fb317e089f
MVVM Extension: allow extensions to add widgets as variables via MVVM compiler
...
#rb patrick.boutot [CL 33417266 by zahra nikbakht in ue5-main branch]
2024-05-02 19:52:49 -04:00
..
Bindings
MVVM: Hide autogenerated function from the picker. Rename old function before creating a new one. That could be reproduced by selecting multiple conversion function on the same binding.
2024-05-02 14:03:27 -04:00
Extensions
MVVM Extension: allow extensions to add widgets as variables via MVVM compiler
2024-05-02 19:52:49 -04:00
ViewModel
…
MVVMBlueprintFunctionReference.h
…
MVVMBlueprintInstancedViewModel.h
…
MVVMBlueprintPin.h
…
MVVMBlueprintView.h
MVVM: Evalute the bindings automatically when the source is set but the value didn't changed. That is a global option and an option on the viewmodel definition itself.
2024-03-14 08:07:46 -04:00
MVVMBlueprintViewBinding.h
…
MVVMBlueprintViewCompilerInterface.h
MVVM Extension: allow extensions to add widgets as variables via MVVM compiler
2024-05-02 19:52:49 -04:00
MVVMBlueprintViewConversionFunction.h
…
MVVMBlueprintViewEvent.h
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
MVVMBlueprintViewModel.h
…
MVVMBlueprintViewModelContext.h
MVVM: Evalute the bindings automatically when the source is set but the value didn't changed. That is a global option and an option on the viewmodel definition itself.
2024-03-14 08:07:46 -04:00
MVVMDeveloperProjectSettings.h
MVVM: Extension improvements:
2024-04-19 10:53:00 -04:00
MVVMPropertyPath.h
MVVM: Parse the property path that start with "self" to check if it actually start with a widet or a viewmodel.
2024-03-19 09:36:32 -04:00
MVVMWidgetBlueprintExtension_View.h
MVVM: Extension improvements:
2024-04-19 10:53:00 -04:00