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
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
..
Customizations
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
Framework
MVVM / UEFN: in UEFN, allow MVVM conversion functions to be used.
2024-03-11 10:57:54 -04:00
Styling
MVVM: Fix warning "Failed to read file '../../../Engine/Plugins/Runtime/ModelViewViewModel/Content/Editor/Common/ButtonHoverHint.png'"
2024-04-19 15:39:35 -04:00
Tabs
…
Tests
Replaced EAutomationTestFlags::ApplicationContextMask with EAutomationTestFlags_ApplicationContextMask.
2024-06-12 16:14:25 -04:00
Types
MVVM: Add Conversion Function Library.
2024-03-04 09:12:29 -05:00
Widgets
PR
#11968
: Request update to FViewModelClassFilter in SMVVMSelectViewModel.h
2024-06-07 12:04:04 -04:00
ModelViewViewModelEditorModule.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
ModelViewViewModelEditorModule.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
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.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
MVVMFieldVariantListTraits.h
…