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
00efdf60976d957eafeb1949031c62b68ec92aec
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
zahra nikbakht
7201e1344f
MVVM: drag from viewmodel to Bind widget in the details view to create bindings.
...
#rb patrick.boutot #jira UE-183423 [CL 25824946 by zahra nikbakht in ue5-main branch]
2023-06-06 15:17:40 -04:00
..
Customizations
MVVM: drag from viewmodel to Bind widget in the details view to create bindings.
2023-06-06 15:17:40 -04:00
Styling
…
Tabs
MVVM: Add in menu extension to viewmodel editor. The Bindings panel is now "MVVM.ViewBindings.Toolbar" and the viewmodel panel is "MVVM.Viewmodels.Toolbar".
2023-06-06 10:15:46 -04:00
Tests
MVVM: Fix order when adding a delegate and removing delegate while a delegate is executing.
2023-06-02 08:29:35 -04:00
Types
MVVM: Refactor the field picker to update when the value changes. The widget creates the widget and only recreate it when the binding changes.
2023-05-11 13:28:33 -04:00
Widgets
Drag and Drop support for viewmodel fields and widget properties in UMG details panel.
2023-06-06 11:06:49 -04:00
ModelViewViewModelEditorModule.cpp
MVVM: drag from viewmodel to Bind widget in the details view to create bindings.
2023-06-06 15:17:40 -04:00
ModelViewViewModelEditorModule.h
MVVM: drag from viewmodel to Bind widget in the details view to create bindings.
2023-06-06 15:17:40 -04:00
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.cpp
Drag and Drop support for viewmodel fields and widget properties in UMG details panel.
2023-06-06 11:06:49 -04:00
MVVMFieldVariantListTraits.h
…