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
17554cd989b4f2a7ee3d06dc94de870a0eb39dc3
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelBlueprint
/
Private
History
yoan stamant
938f456b05
Moved UserDefinedStruct to CoreUObject
...
#jira UE-216472 #rb Devin.Doucette [CL 34495793 by yoan stamant in ue5-main branch]
2024-06-19 08:00:57 -04:00
..
Bindings
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
2024-06-17 11:55:02 -04:00
Extensions
Add designer preview entries to MVVM panel extension.
2024-05-31 11:11:52 -04:00
Node
MVVM: Add the source needed to run the event. When running the event, early exist if the sources are not valid. Some sources are optional and should not trigger an error. Binding do the same but it's the view that decides when to trigger the binding. Since the event can be trigger from anywhere the event itself has to check.
2024-03-08 14:09:12 -05:00
ViewModel
…
ModelViewViewModelBlueprintModule.cpp
…
ModelViewViewModelBlueprintModule.h
…
MVVMBlueprintFunctionReference.cpp
…
MVVMBlueprintInstancedViewModel.cpp
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
2024-06-17 11:55:02 -04:00
MVVMBlueprintPin.cpp
…
MVVMBlueprintView.cpp
…
MVVMBlueprintViewBinding.cpp
…
MVVMBlueprintViewConversionFunction.cpp
MVVM: Deprecate bAllowConversionFunctionGeneratedGraphInEditor. The conversion function graph will be recreated everytime the asset is loaded to be in sync with the saved data.
2024-06-07 13:56:38 -04:00
MVVMBlueprintViewEvent.cpp
MVVM: Hide autogenerated function from the picker. Rename old function before creating a new one. That could be reproduced by selecting multiple conversion function on the same binding.
2024-05-03 10:08:40 -04:00
MVVMBlueprintViewModel.cpp
…
MVVMBlueprintViewModelContext.cpp
…
MVVMConversionFunctionGraphSchema.cpp
MVVM: Autocast is supported for conversion function.
2024-05-31 11:27:14 -04:00
MVVMConversionFunctionGraphSchema.h
MVVM: Autocast is supported for conversion function.
2024-05-31 11:27:14 -04:00
MVVMDeveloperProjectSettings.cpp
Add generic ToText node that uses the local culture.
2024-05-31 11:31:22 -04:00
MVVMFunctionGraphHelper.cpp
…
MVVMFunctionGraphHelper.h
…
MVVMPropertyPath.cpp
Moved UserDefinedStruct to CoreUObject
2024-06-19 08:00:57 -04:00
MVVMViewBlueprintCompiler.cpp
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
2024-06-17 11:55:02 -04:00
MVVMViewBlueprintCompiler.h
MVVM: Modification to support extension on the view instance. The class/shared version has the option to create isntance data. The class extension receives that instance and can ack on it. Modified the Panel to create an property of the instance.
2024-04-26 15:38:33 -04:00
MVVMWidgetBlueprintExtension_View.cpp
Remove all simple usage of REN_ForceNoResetLoaders from the codebase since the flag has been deprecated and currently does nothing. Simple in this case is direct use of the flag with no conditional logic. More complex uses were removed in another change.
2024-06-17 11:55:02 -04:00