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
795b4519b75ca2aada5779cfa0c01d827f2cf07d
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
patrick boutot
795b4519b7
MVVM: Select the accessor class from the binding entry instead of calculating a new one. It may fail the verification if the property is not yet created and will be created later when compiling the widget.
...
#jira UE-202934 [CL 30384398 by patrick boutot in ue5-main branch]
2023-12-18 17:56:11 -05:00
..
Customizations
MVVM: Update after 30041295 review to the viewmodel customization
2023-12-06 08:36:31 -05:00
Framework
MVVM: Add developer option to copy the generated graph from a binding. Move the common for tthe ENtryRow to the MVVMRowHelper.
2023-12-07 10:20:55 -05:00
Styling
MVVM: Add developer option to copy the generated graph from a binding. Move the common for tthe ENtryRow to the MVVMRowHelper.
2023-12-07 10:20:55 -05:00
Tabs
MVVM: Add viewmodel to the UMG preview mode.
2023-08-01 13:14:17 -04:00
Tests
…
Types
MVVM: Move rows code from ViewBindingListView.cpp to different cpp files. No behavior modifications.
2023-12-04 11:45:38 -05:00
Widgets
MVVM: Select the accessor class from the binding entry instead of calculating a new one. It may fail the verification if the property is not yet created and will be created later when compiling the widget.
2023-12-18 17:56:11 -05:00
ModelViewViewModelEditorModule.cpp
GetAssetRegistryTags deprecation: Make the old GetAssetRegistryTags and related functions deprecated.
2023-12-08 21:45:21 -05:00
ModelViewViewModelEditorModule.h
GetAssetRegistryTags deprecation: Make the old GetAssetRegistryTags and related functions deprecated.
2023-12-08 21:45:21 -05:00
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
…