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
f77cfa51d6600e49a4f42d2b5d8fa1d38b323c54
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
History
patrick boutot
f77cfa51d6
MVVM: Request the view extention when adding a viewmodel.
...
[REVIEW] editor-ui-systems [CL 27349186 by patrick boutot in ue5-main branch]
2023-08-24 13:39:16 -04:00
..
ModelViewViewModel
MVVM: Backend for binding event. Didn't use the ComponentDelegateBinding because of initialization order is different. Create a new entry in the ViewClass and reuse the binding library to find the delegate property. At editor time, a BP function is gnerated, similar to Complex Conversion function. When the event is broadcast at runtim, the BP function is executed.
2023-08-21 08:46:45 -04:00
ModelViewViewModelAssetSearch
MVVM: Add a blueprint view to the AssetSearch. The module is not added because it depends on the AssetSearch plugin. The code to enable it is ... but the "Optional" doesn't work at the moment and it would always enabled the AssetSearch.
2023-05-05 07:10:41 -04:00
ModelViewViewModelBlueprint
Add setting to disable Binding Event
2023-08-23 08:39:32 -04:00
ModelViewViewModelDebugger
MVVM: Test if the Binding library is loaded before accessing it.
2023-06-09 10:26:25 -04:00
ModelViewViewModelDebuggerEditor
Adding some short names in the build.cs files for some modules that were leading to path length warnings
2023-08-22 10:55:11 -04:00
ModelViewViewModelEditor
MVVM: Request the view extention when adding a viewmodel.
2023-08-24 13:39:16 -04:00