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
1ffbe228b61622a080d80dbeabbbcb7a4935cb3b
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
patrick boutot
1ffbe228b6
Add setting to disable Binding Event
...
#jira UE-166284 #rb editor-ui-systems [CL 27302901 by patrick boutot in ue5-main branch]
2023-08-23 08:39:32 -04:00
..
Bindings
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
ViewModel
…
ModelViewViewModelBlueprintModule.cpp
…
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintPin.cpp
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintView.cpp
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
MVVMBlueprintViewBinding.cpp
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
MVVMBlueprintViewConversionFunction.cpp
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
MVVMBlueprintViewEvent.cpp
Add setting to disable Binding Event
2023-08-23 08:39:32 -04:00
MVVMBlueprintViewModel.cpp
…
MVVMBlueprintViewModelContext.cpp
…
MVVMDeveloperProjectSettings.cpp
MVVM: Add the Auto ExecutionMode. It will decide at compile time if it should run the binding should be run immediately or delayed. A binding will be run in delay mode if the binding can be triggered from more than one field.
2023-05-26 11:58:47 -04:00
MVVMFunctionGraphHelper.cpp
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
MVVMFunctionGraphHelper.h
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
MVVMPropertyPath.cpp
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
MVVMViewBlueprintCompiler.cpp
Add setting to disable Binding Event
2023-08-23 08:39:32 -04:00
MVVMViewBlueprintCompiler.h
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
MVVMWidgetBlueprintExtension_View.cpp
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