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
17554cd989b4f2a7ee3d06dc94de870a0eb39dc3
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
/
Customizations
History
zahra nikbakht
1cba503479
UMG: Check the drag-drop extensions to see if a widget accepts drop when moving widgets in the designer.
...
#jira UE-215900 #rb daren.cheng [CL 34324947 by zahra nikbakht in ue5-main branch]
2024-06-12 17:53:53 -04:00
..
MVVMBlueprintViewDesignerExtension.cpp
Add designer preview entries to MVVM panel extension.
2024-05-31 11:11:52 -04:00
MVVMBlueprintViewModelContextCustomization.cpp
…
MVVMBlueprintViewModelContextCustomization.h
…
MVVMClipboardExtension.cpp
Disable adding children to panel hierarchy when it has an MVVM extension.
2024-05-30 14:13:13 -04:00
MVVMClipboardExtension.h
Disable adding children to panel hierarchy when it has an MVVM extension.
2024-05-30 14:13:13 -04:00
MVVMConversionPathCustomization.cpp
…
MVVMConversionPathCustomization.h
…
MVVMDragDropExtension.cpp
UMG: Check the drag-drop extensions to see if a widget accepts drop when moving widgets in the designer.
2024-06-12 17:53:53 -04:00
MVVMDragDropExtension.h
UMG: Check the drag-drop extensions to see if a widget accepts drop when moving widgets in the designer.
2024-06-12 17:53:53 -04:00
MVVMListViewBaseExtensionCustomizationExtender.cpp
MVVM: Fix customization extender that didn't check if the extension was of the correct type.
2024-05-01 09:55:52 -04:00
MVVMListViewBaseExtensionCustomizationExtender.h
MVVM: Modification to support extension on the view instance. The class/shared version has the option to create isntance data. The class extension receives that instance and can ack on it. Modified the Panel to create an property of the instance.
2024-04-26 15:38:33 -04:00
MVVMPanelWidgetExtensionCustomizationExtender.cpp
Add designer preview entries to MVVM panel extension.
2024-05-31 11:11:52 -04:00
MVVMPanelWidgetExtensionCustomizationExtender.h
Add designer preview entries to MVVM panel extension.
2024-05-31 11:11:52 -04:00
MVVMPropertyBindingExtension.cpp
MVVM: Add an option to select the event as a binding or as an event. Allow the user to bind a multicast delegate property in 2 different ways. UX could be improved. Tried a combobox but that removed the nice primary button. I tried a ContextMenu but was not clear what double click was going to do.
2024-05-27 07:45:27 -04:00
MVVMPropertyBindingExtension.h
…
MVVMPropertyPathCustomization.cpp
MVVM: fix crash when deleting binding that previously errored.
2024-05-28 17:11:47 -04:00
MVVMPropertyPathCustomization.h
…