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
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Public
History
patrick boutot
9aa134b6c2
MVVM: Rework how we find the property for RepNotify function in InstancedViewModel
...
#rb editor-ui-systems [CL 27710548 by patrick boutot in ue5-main branch]
2023-09-08 10:12:25 -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
MVVM: Remove the specialized viewmodel editor and use the Blueprint base editor instead.
2023-04-19 12:21:08 -04:00
MVVMBlueprintInstancedViewModel.h
MVVM: Rework how we find the property for RepNotify function in InstancedViewModel
2023-09-08 10:12:25 -04:00
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 instanced viewmodel. A way to create your viewmodel inside the view. The viewmodel is private and can only be used by the view. The feature is enabled by a setting. Change how the customization for the viewmodel context hide properties. Add a new submenu for the viewmodel panel.
2023-08-28 08:59:49 -04:00
MVVMDeveloperProjectSettings.h
MVVM: Add instanced viewmodel. A way to create your viewmodel inside the view. The viewmodel is private and can only be used by the view. The feature is enabled by a setting. Change how the customization for the viewmodel context hide properties. Add a new submenu for the viewmodel panel.
2023-08-28 08:59:49 -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
Gather search data for the BlueprintExtension. Used by the FindInBlueprint system.
2023-04-19 08:26:32 -04:00