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
3a85dbd03365cfc1ac94de33001dd685b4014c70
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
Patrick Boutot
1022bd41a2
Move function from the MVVM editor module to the blueprint compiler module.
...
#preflight 62da87adac71f3a225a75336 [CL 21219105 by Patrick Boutot in ue5-main branch]
2022-07-22 07:39:25 -04:00
..
Bindings
Move function from the MVVM editor module to the blueprint compiler module.
2022-07-22 07:39:25 -04:00
ViewModel
MVVM: Fix remove graph function by moving it to the transient pacakge.
2022-07-21 20:41:57 -04:00
ModelViewViewModelBlueprintModule.cpp
MVVM: First version of the viewmodel editor
2022-04-13 16:06:35 -04:00
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintView.cpp
MVVM: Remove FMVVMBlueprintViewModelContext::OverrideDisplayName and replace it by the ViewModelName as a FName.
2022-06-29 01:01:28 -04:00
MVVMBlueprintViewBinding.cpp
Fixed static analysis warning about potentially null UBlueprintView*.
2022-06-29 18:57:48 -04:00
MVVMBlueprintViewModel.cpp
…
MVVMBlueprintViewModelContext.cpp
MVVM: Use the viewmodel name instead of the class name. Create the menu to add a viewmodel. Use a UClass of any class at implement the NotifyFieldValue interface in BlueprintViewModelContext instead a ViewModelBase class.
2022-06-29 19:00:59 -04:00
MVVMFunctionGraphHelper.cpp
MVVM: Use a native function to set a property on the viewmodel.
2022-05-12 14:55:19 -04:00
MVVMFunctionGraphHelper.h
MVVM - Removed unnecessary API tags from FunctionGraphHelper.
2022-06-08 13:19:20 -04:00
MVVMPropertyPath.cpp
…
MVVMViewBlueprintCompiler.cpp
MVVM: Renamed variables for View Compiler. The indexes was confusing.
2022-07-21 14:19:45 -04:00
MVVMViewBlueprintCompiler.h
MVVM: Renamed variables for View Compiler. The indexes was confusing.
2022-07-21 14:19:45 -04:00
MVVMWidgetBlueprintExtension_View.cpp
MVVM: Use the viewmodel name instead of the class name. Create the menu to add a viewmodel. Use a UClass of any class at implement the NotifyFieldValue interface in BlueprintViewModelContext instead a ViewModelBase class.
2022-06-29 19:00:59 -04:00