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
354a79c63258577f0197836d5a154f014db92632
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ModelViewViewModel
/
Source
/
ModelViewViewModelEditor
/
Private
History
patrick boutot
354a79c632
MVVM: Fix customization extender that didn't check if the extension was of the correct type.
...
#rb zahra.nikbakht [CL 33371723 by patrick boutot in ue5-main branch]
2024-05-01 09:55:52 -04:00
..
Customizations
MVVM: Fix customization extender that didn't check if the extension was of the correct type.
2024-05-01 09:55:52 -04:00
Framework
MVVM / UEFN: in UEFN, allow MVVM conversion functions to be used.
2024-03-11 10:57:54 -04:00
Styling
MVVM: Fix warning "Failed to read file '../../../Engine/Plugins/Runtime/ModelViewViewModel/Content/Editor/Common/ButtonHoverHint.png'"
2024-04-19 15:39:35 -04:00
Tabs
…
Tests
MVVM: Fix GetReturn value that returns an invalid property in the MVVM context. There is only one none const out param or a property mark as the return type. That is to prevent unintended mistakes with argument ordering.
2024-03-11 08:20:13 -04:00
Types
MVVM: Add Conversion Function Library.
2024-03-04 09:12:29 -05:00
Widgets
Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
2024-05-01 08:05:39 -04:00
ModelViewViewModelEditorModule.cpp
MVVM: Extension improvements:
2024-04-19 10:53:00 -04:00
ModelViewViewModelEditorModule.h
MVVM: Extension improvements:
2024-04-19 10:53:00 -04:00
MVVMEditorCommands.cpp
…
MVVMEditorSubsystem.cpp
MVVM: Extension improvements:
2024-04-19 10:53:00 -04:00
MVVMFieldVariantListTraits.h
…