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
58ee7f4dd00ed49915858a42d23996545943eab9
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
History
zahra nikbakht
58ee7f4dd0
MVVM: add customization for property paths and conversion functions of bindings in the details panel
...
#jira UE-205044 #rb patrick.boutot [CL 31485951 by zahra nikbakht in ue5-main branch]
2024-02-14 14:03:50 -05:00
..
Private
MVVM: Fix ensure that warn when there is no delayed bindings to execute. Fix ExecuteAtInit flag when one of the field is not a FieldNotify. The ensure was a false positif and the flag was not removed correctly on the second to last source. Update the ToString method to better identify compiler problems in the future.
2024-02-13 16:20:41 -05:00
Public
MVVM: add customization for property paths and conversion functions of bindings in the details panel
2024-02-14 14:03:50 -05:00
ModelViewViewModelBlueprint.Build.cs
MVVM: Add instanced viewmodel. A way to create your viewmodel inside the view. The viewmodel is private and can only be used by the view. The feature is enabled by a setting. Change how the customization for the viewmodel context hide properties. Add a new submenu for the viewmodel panel.
2023-08-28 08:59:49 -04:00