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
e5621ab99323779d8f50bb68c6d99302d2d22a21
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
sebastian nordgren
e5621ab993
MVVM - Added new borders to Bindings view as per design.
...
[REVIEW] patrick.boutot #rnx [CL 23651687 by sebastian nordgren in ue5-main branch]
2023-01-11 14:45:52 -05:00
..
Customizations
The Bind menu is now shown even for properties that MVVM can bind to, but legacy UMG cannot.
2022-12-13 18:20:54 -05:00
Styling
MVVM - Added new borders to Bindings view as per design.
2023-01-11 14:45:52 -05:00
Tabs
…
Tests
MVVM - Replaced all user-facing FStrings with FText. This includes all compiler error messages.
2022-10-06 20:08:12 -04:00
Types
MVVM: Selection fixes. Can now select the viewmodel self. Fix the reverse complexe function.
2022-11-25 13:55:44 -05:00
ViewModel
This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
2022-10-26 12:57:32 -04:00
Widgets
MVVM - Added new borders to Bindings view as per design.
2023-01-11 14:45:52 -05:00
ModelViewViewModelEditorModule.cpp
MVVM: Add the viewmodal used by the UserWidget in the metadata
2022-12-08 09:06:03 -05:00
ModelViewViewModelEditorModule.h
MVVM: Add the viewmodal used by the UserWidget in the metadata
2022-12-08 09:06:03 -05:00
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.cpp
MVVM: Execute Library Binding
2022-11-09 21:03:55 -05:00
MVVMFieldVariantListTraits.h
…