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
30997ca639a3e60f16f69779ba390169b4c51d90
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Public
History
patrick boutot
30997ca639
MVVM: Reuse the same library when generating the view class. It helps the cook make smaller diff packages when the cook is deterministic.
...
[REVIEW] editor-ui-systems [CL 27359733 by patrick boutot in ue5-main branch]
2023-08-24 17:34:17 -04:00
..
Bindings
MVVM: Reuse the same library when generating the view class. It helps the cook make smaller diff packages when the cook is deterministic.
2023-08-24 17:34:17 -04:00
ViewModel
…
MVVMBlueprintPin.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintView.h
MVVM: Reuse the same library when generating the view class. It helps the cook make smaller diff packages when the cook is deterministic.
2023-08-24 17:34:17 -04:00
MVVMBlueprintViewBinding.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintViewConversionFunction.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintViewEvent.h
MVVM: Backend for binding event. Didn't use the ComponentDelegateBinding because of initialization order is different. Create a new entry in the ViewClass and reuse the binding library to find the delegate property. At editor time, a BP function is gnerated, similar to Complex Conversion function. When the event is broadcast at runtim, the BP function is executed.
2023-08-21 08:46:45 -04:00
MVVMBlueprintViewModel.h
…
MVVMBlueprintViewModelContext.h
MVVM: Add flag on viewmodel context to allow edit, remove and rename in the editor.
2023-08-04 14:01:32 -04:00
MVVMDeveloperProjectSettings.h
Add setting to disable Binding Event
2023-08-23 08:39:32 -04:00
MVVMPropertyPath.h
MVVM: Backend for binding event. Didn't use the ComponentDelegateBinding because of initialization order is different. Create a new entry in the ViewClass and reuse the binding library to find the delegate property. At editor time, a BP function is gnerated, similar to Complex Conversion function. When the event is broadcast at runtim, the BP function is executed.
2023-08-21 08:46:45 -04:00
MVVMWidgetBlueprintExtension_View.h
…