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
/
ModelViewViewModelEditor
/
Private
/
Widgets
History
Josh Adams
d09e82b978
- CookedCooker compiling in Shipping
...
#rb patrick.boutot [CL 27590054 by Josh Adams in ue5-main branch]
2023-09-04 18:32:39 -04:00
..
SMVVMCachedViewBindingConversionFunction.cpp
…
SMVVMCachedViewBindingConversionFunction.h
…
SMVVMCachedViewBindingPropertyPath.cpp
…
SMVVMCachedViewBindingPropertyPath.h
…
SMVVMEventParameter.cpp
MVVM: Display ViewEvent in the BindingListView. When the destination path ends with a multicate delagate, transform the binding into an event and viseversa.
2023-08-22 09:05:58 -04:00
SMVVMEventParameter.h
MVVM: Display ViewEvent in the BindingListView. When the destination path ends with a multicate delagate, transform the binding into an event and viseversa.
2023-08-22 09:05:58 -04:00
SMVVMFieldEntry.cpp
…
SMVVMFieldEntry.h
…
SMVVMFieldIcon.cpp
…
SMVVMFieldIcon.h
…
SMVVMFieldSelector.cpp
…
SMVVMFieldSelector.h
…
SMVVMFieldSelectorMenu.cpp
…
SMVVMFieldSelectorMenu.h
…
SMVVMFunctionParameter.cpp
…
SMVVMFunctionParameter.h
…
SMVVMPreviewSourcePanel.cpp
- CookedCooker compiling in Shipping
2023-09-04 18:32:39 -04:00
SMVVMPreviewSourcePanel.h
- CookedCooker compiling in Shipping
2023-09-04 18:32:39 -04:00
SMVVMPropertyPath.cpp
…
SMVVMPropertyPath.h
…
SMVVMSelectViewModel.cpp
…
SMVVMSelectViewModel.h
…
SMVVMSourceEntry.cpp
…
SMVVMSourceEntry.h
…
SMVVMSourceSelector.cpp
…
SMVVMSourceSelector.h
…
SMVVMViewBindingListView.cpp
MVVM: Display ViewEvent in the BindingListView. When the destination path ends with a multicate delagate, transform the binding into an event and viseversa.
2023-08-22 09:05:58 -04:00
SMVVMViewBindingListView.h
MVVM: Display ViewEvent in the BindingListView. When the destination path ends with a multicate delagate, transform the binding into an event and viseversa.
2023-08-22 09:05:58 -04:00
SMVVMViewBindingPanel.cpp
MVVM: Clean up the code after CL 27409229 code review
2023-08-29 15:17:52 -04:00
SMVVMViewBindingPanel.h
MVVM: Clean up the code after CL 27409229 code review
2023-08-29 15:17:52 -04:00
SMVVMViewModelBindingListWidget.cpp
…
SMVVMViewModelBindingListWidget.h
…
SMVVMViewModelPanel.cpp
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
SMVVMViewModelPanel.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
ViewModelFieldDragDropOp.cpp
…
ViewModelFieldDragDropOp.h
…