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
8f4aae576df8f0140a1d52911049bdfbad30977a
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
patrick boutot
8f4aae576d
MVVM: Temporary disable code that make the viewmodel variable private. The code is there to prevent setting the variable without using the Setter function.
...
[CL 24525458 by patrick boutot in ue5-main branch]
2023-03-06 13:07:33 -05:00
..
Bindings
MVVM: Test if the properties or functions are allowed at compile time.
2023-02-17 15:28:46 -05:00
ViewModel
…
ModelViewViewModelBlueprintModule.cpp
MVVM: Remove the viewmodel editor from the build.
2023-02-06 09:20:10 -05:00
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintView.cpp
…
MVVMBlueprintViewBinding.cpp
…
MVVMBlueprintViewModel.cpp
…
MVVMBlueprintViewModelContext.cpp
MVVM: Fix bad else case when the allowed and disallowed list is used.
2023-02-11 12:41:40 -05:00
MVVMDeveloperProjectSettings.cpp
Renamed PropertyEditorPermissionList to PropertyPermissionList.
2023-02-27 16:27:44 -05:00
MVVMFunctionGraphHelper.cpp
…
MVVMFunctionGraphHelper.h
…
MVVMPropertyPath.cpp
…
MVVMViewBlueprintCompiler.cpp
MVVM: Temporary disable code that make the viewmodel variable private. The code is there to prevent setting the variable without using the Setter function.
2023-03-06 13:07:33 -05:00
MVVMViewBlueprintCompiler.h
MVVM: First step to support viewmodel inside viewmodel. The wiew now support source that is not a UserWidget property. The compiler generates the missing path.
2023-03-06 09:41:11 -05:00
MVVMWidgetBlueprintExtension_View.cpp
…