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
9609b3890531f10465417d72ffafa7d8f95ecf63
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
patrick boutot
9609b38905
MVVM: Add BP binding event to Viewmodel. Fix FieldVariant::IsEmpty now check if the pointer is nullptr (the function or property is not valid anymore). GetAvailableConversionFunctions now check for the widget parent class.
...
#rb sebastian.nordgren [CL 22084831 by patrick boutot in ue5-main branch]
2022-09-19 19:56:19 -04:00
..
Customizations
MVVM - Field selector now displays valid conversion functions in the same dropdown menu as properties.
2022-09-16 11:36:30 -04:00
Styling
MVVM - Added a warning into the Bindings panel when you have no viewmodels created.
2022-09-06 15:44:13 -04:00
Tabs
MVVM - Bindings list changed to tree view as per latest design.
2022-07-17 22:37:36 -04:00
Tests
MVVM: Compile complex conversion functon and execute them as a regular binding.
2022-08-24 13:14:51 -04:00
Types
MVVM: Use the viewmodel name instead of the class name. Create the menu to add a viewmodel. Use a UClass of any class at implement the NotifyFieldValue interface in BlueprintViewModelContext instead a ViewModelBase class.
2022-06-29 19:00:59 -04:00
ViewModel
…
Widgets
MVVM: Add BP binding event to Viewmodel. Fix FieldVariant::IsEmpty now check if the pointer is nullptr (the function or property is not valid anymore). GetAvailableConversionFunctions now check for the widget parent class.
2022-09-19 19:56:19 -04:00
ModelViewViewModelEditorModule.cpp
Removed fully commented-out MVVMPropertyAccess files.
2022-09-15 18:05:42 -04:00
ModelViewViewModelEditorModule.h
Removed fully commented-out MVVMPropertyAccess files.
2022-09-15 18:05:42 -04:00
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.cpp
MVVM: Add BP binding event to Viewmodel. Fix FieldVariant::IsEmpty now check if the pointer is nullptr (the function or property is not valid anymore). GetAvailableConversionFunctions now check for the widget parent class.
2022-09-19 19:56:19 -04:00
MVVMFieldVariantListTraits.h
…