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
6742e93da37807585dba6167433e4f608e67aee5
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
patrick boutot
6742e93da3
MVVM: Reset the NumReplicatedProperties when building an InstancedViewModel.
...
[CL 29111632 by patrick boutot in ue5-main branch]
2023-10-25 20:21:08 -04:00
..
Bindings
MVVM: Instead of saving the name of the root widget for self reference, use a different flag. When the Blueprint asset is renamed the root widget is also renamed and self reference do not work anymore. Redirect the previously saved reference.
2023-10-20 10:45:57 -04:00
ViewModel
…
ModelViewViewModelBlueprintModule.cpp
…
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintInstancedViewModel.cpp
MVVM: Reset the NumReplicatedProperties when building an InstancedViewModel.
2023-10-25 20:21:08 -04:00
MVVMBlueprintPin.cpp
MVVM: Instead of saving the name of the root widget for self reference, use a different flag. When the Blueprint asset is renamed the root widget is also renamed and self reference do not work anymore. Redirect the previously saved reference.
2023-10-20 10:45:57 -04:00
MVVMBlueprintView.cpp
MVVM: Split and recombine structure argument for conversion function parameters and events parameters.
2023-10-24 10:12:34 -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: Event generated function are none const.
2023-10-19 08:48:47 -04:00
MVVMBlueprintViewEvent.cpp
MVVM: Split and recombine structure argument for conversion function parameters and events parameters.
2023-10-24 10:12:34 -04:00
MVVMBlueprintViewModel.cpp
…
MVVMBlueprintViewModelContext.cpp
…
MVVMDeveloperProjectSettings.cpp
MVVM: Change the description of the MVVM settings in the settings windows for "UMG Model View Viewmodel".
2023-10-20 10:49:52 -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: Instead of saving the name of the root widget for self reference, use a different flag. When the Blueprint asset is renamed the root widget is also renamed and self reference do not work anymore. Redirect the previously saved reference.
2023-10-20 10:45:57 -04:00
MVVMViewBlueprintCompiler.cpp
MVVM: Instead of saving the name of the root widget for self reference, use a different flag. When the Blueprint asset is renamed the root widget is also renamed and self reference do not work anymore. Redirect the previously saved reference.
2023-10-20 10:45:57 -04:00
MVVMViewBlueprintCompiler.h
MVVM: Allow a property or a function if it's from the blueprint we are currently compiling.
2023-10-20 09:15:33 -04:00
MVVMWidgetBlueprintExtension_View.cpp
MVVM: Mark autogenerated functions transient when requested. That can create function to be null when loaded. We want to execute the function and compile the functions in the editor but we want to recreate them on every reload.
2023-10-20 14:23:38 -04:00