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
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
/
Bindings
History
zahra nikbakht
80badbd5ce
MVVM: allow events to bind to functions with any number of parameters.
...
#jira UE-199291 #rb Patrick.Boutot [CL 30825631 by zahra nikbakht in ue5-main branch]
2024-01-23 19:17:27 -05:00
..
MVVMCompiledBindingLibraryCompiler.cpp
MVVM: Rework for the view runtime data. The new format allows for better error detection and new features in progress. The view owns the bindings and events. The source has a list of the bindings. That saves runtime of memory, the delegate doesn't store the binding id. All bindings, events, sources are now sorted for better incremental build performance.
2023-12-01 11:13:35 -05:00
MVVMConversionFunctionHelper.cpp
MVVM: allow events to bind to functions with any number of parameters.
2024-01-23 19:17:27 -05:00