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
809dbae76c85701ac5cd2fb2313300ddb751f233
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
patrick boutot
8919ba1c0d
MVVM: Fix ViewModel name in IMPLEMENT_MODULE. It prevented the module to be loaded in cooked build.
...
#rb rex.hill #rnx [CL 22105133 by patrick boutot in ue5-main branch]
2022-09-20 19:24:01 -04:00
..
Bindings
MVVM: Compile complex conversion functon and execute them as a regular binding.
2022-08-24 13:14:51 -04:00
ViewModel
MVVM: Fix looping compilation. When only the skeletal is compiled, no GC is called to destroyed the temporary objects.
2022-08-25 16:53:16 -04:00
ModelViewViewModelBlueprintModule.cpp
MVVM: Fix ViewModel name in IMPLEMENT_MODULE. It prevented the module to be loaded in cooked build.
2022-09-20 19:24:01 -04:00
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintView.cpp
MVVM - Conversion function parameters are now displayed in the Bindings list below the relevant binding.
2022-09-07 17:14:59 -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
…
MVVMFunctionGraphHelper.h
…
MVVMPropertyPath.cpp
…
MVVMViewBlueprintCompiler.cpp
MVVM: Compile complex conversion functon and execute them as a regular binding.
2022-08-24 13:14:51 -04:00
MVVMViewBlueprintCompiler.h
MVVM: Compile complex conversion functon and execute them as a regular binding.
2022-08-24 13:14:51 -04:00
MVVMWidgetBlueprintExtension_View.cpp
MVVM: Compile complex conversion functon and execute them as a regular binding.
2022-08-24 13:14:51 -04:00