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
00a43bb11c45cfb2e07fa0e79d0eb7bb7ef04c19
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Slate
/
Public
/
Widgets
History
Matt Kuhlenschmidt
83fca80d0b
disable spacebar based selection in lists by default. Can be enabled by setting HandleSpaceBarSelection in list views to true
...
#rb lauren.barnes [CL 16775397 by Matt Kuhlenschmidt in ue5-main branch]
2021-06-24 12:45:05 -04:00
..
Accessibility
…
Colors
Slate: SlateAttributeMemberRef now takes a TSharedRef instead of a reference to prevent circular inclusion. Split the SlateAttribute.h file into multiple files (other types are in progress and the file is getting bulky). Save some space in TSlateAttributeMetaData::FGetterItem (more variable are coming up). The maximum number of the defined attribute is now 255 (the biggest SWidget has ~25 attributes). Fix issue with bHasUpdatedManuallyFlagToReset that would reset the flag when we update the AffectVisibility attribute (the other attributes didn't have the chance to get updated). Prevent invalidation when the widget is not yet constructed (save some process time and space in the InvalidationRoot). Set bHasRegisteredSlateAttribute in ~SWidget to prevent invalidation when the widget is getting destroyed.
2021-04-29 10:48:24 -04:00
Docking
Add interface for extending tab context menu
2021-06-08 15:29:17 -04:00
Images
Slate: Convert SImage and other image widget Attributes into SlateAttributes. Make sure other image widget use the invalidation system correctly.
2021-03-09 17:16:20 -04:00
Input
Merge from Release-Engine-Test @ 16758890 to UE5/Main
2021-06-23 17:51:32 -04:00
LayerManager
…
Layout
Slate: Deprecate SLATE_SUPPORTS_SLOT. SLATE_SLOT_ARGUMENT should now be use. The new macro support FSlotArguments. That let us create slot with TAttribute that can be transform into SlateAttribute.
2021-06-11 07:54:18 -04:00
Navigation
Removes unnecessary foreground color styling in SBreadcrumbTrail
2021-03-11 14:35:31 -04:00
Notifications
Add "Mask" and "Scale" styles for progress bar fill modes, implement them for every mode. Also adds "FillFromCenterVertical" and "FillFromCenterHorizontal". Breaking change: Default behavior for "FillFromCenter" changed from "Scale" to "Mask".
2021-05-04 13:53:09 -04:00
Text
TMethodPtr<U, ...> and TConstMethodPtr<U, ...> template aliases added to delegates to replace the T*Delegate_Const<U, ...>::FMethodPtr types.
2021-04-22 09:49:28 -04:00
Views
disable spacebar based selection in lists by default. Can be enabled by setting HandleSpaceBarSelection in list views to true
2021-06-24 12:45:05 -04:00
SCanvas.h
Slate: Convert SCanvas, SRadialBox, SSplitter, SUniformgridPanel and SWidgetSWitcher FSlot's to the FSlotArgument syntax.
2021-05-26 11:07:57 -04:00
SInvalidationPanel.h
Slate: Preperation work for SlateAttribute in FSlot.
2021-05-14 13:28:37 -04:00
SToolTip.h
…
SViewport.h
Slate: Update Hittestgrid and some FWidgetPath's function to takes a SWidget pointer instead of a SWidget shared ptr to reduce the number shared ptr copy. FWidgetAndPointer uses a TOptional instead of a TSharedPtr.
2021-06-02 08:06:36 -04:00
SVirtualWindow.h
…
SWeakWidget.h
…