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
fe51aa070985ffe38dffec69e00dc075257ffebe
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
patrick boutot
32891330a9
MVVM: Change the description when there is no viewmodel or bindings or events. Change the condition for when adding the view to the Generated UserWidget.
...
#jira UE-201683 [CL 30049922 by patrick boutot in ue5-main branch]
2023-12-01 14:57:43 -05:00
..
Customizations
MVVM: Enable setter flag by default. Add flag to generate a public getter. Change the display logic for the optional flag and the setter flag.
2023-12-01 10:43:39 -05: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: Change the description when there is no viewmodel or bindings or events. Change the condition for when adding the view to the Generated UserWidget.
2023-12-01 14:57:43 -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
…