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
07fb8f1055c2cb57d169bc25034a1f155b66983a
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
patrick boutot
07fb8f1055
MVVM: Setter inside a struct is now supported. PropertyPath like Viewmodel.StructA.StructB.Value. It will use the property setter and requires a blueprint graph.
...
[CL 29894383 by patrick boutot in ue5-main branch]
2023-11-22 14:33:59 -05:00
..
Customizations
MVVM: Split and recombine structure argument for conversion function parameters and events parameters.
2023-10-24 10:12:34 -04:00
Styling
…
Tabs
MVVM: Add viewmodel to the UMG preview mode.
2023-08-01 13:14:17 -04:00
Tests
…
Types
MVVM: Instead of saving the name of the root widget for self reference, use a different flag. When the Blueprint asset is renamed the root widget is also renamed and self reference do not work anymore. Redirect the previously saved reference.
2023-10-20 10:45:57 -04:00
Widgets
MVVM: Setter inside a struct is now supported. PropertyPath like Viewmodel.StructA.StructB.Value. It will use the property setter and requires a blueprint graph.
2023-11-22 14:33:59 -05:00
ModelViewViewModelEditorModule.cpp
MVVM: Add viewmodel to the UMG preview mode.
2023-08-01 13:14:17 -04:00
ModelViewViewModelEditorModule.h
…
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.cpp
MVVM: Big rework of the MVVM view compiler. It add supports for conversion function to go from complex to simple. Supports pin split on simple conversion function. Add ability to to support setter function with more than one argument. Build the list of all the sources.
2023-11-17 14:09:15 -05:00
MVVMFieldVariantListTraits.h
…