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
/
Public
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
MVVM: Remove the specialized viewmodel editor and use the Blueprint base editor instead.
2023-04-19 12:21:08 -04:00
MVVMBlueprintPin.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintView.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
MVVMBlueprintViewBinding.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintViewConversionFunction.h
MVVM: Add option to generate conversion graph when compiling and not saved in the packages.
2023-07-26 14:04:59 -04:00
MVVMBlueprintViewEvent.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
MVVMBlueprintViewModel.h
…
MVVMBlueprintViewModelContext.h
MVVM: Add flag on viewmodel context to allow edit, remove and rename in the editor.
2023-08-04 14:01:32 -04:00
MVVMDeveloperProjectSettings.h
Add setting to disable Binding Event
2023-08-23 08:39:32 -04:00
MVVMPropertyPath.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.h
Gather search data for the BlueprintExtension. Used by the FindInBlueprint system.
2023-04-19 08:26:32 -04:00