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
18b4e4a14cb310fc5bbd042961e87da2d11dd708
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
SlateReflector
/
Private
History
zahra nikbakht
478a66b8b6
- Bug Fix for styling of menu in the widget reflector #RB patrick.boutot #jira none
...
#preflight 60ef54ef925f140001b2edfc [CL 16856781 by zahra nikbakht in ue5-main branch]
2021-07-14 18:46:01 -04:00
..
Models
Slate: Add update flag for volatile prepass. These widgets always need a prepass in fastpath. Fix issue with collapsed, the desired size was not updated when a parent was also collapsed. Fix the wrong position of elements inside a Retainer when the Retainer moves. Keep an array of all widgets that always need to be updated (tick, timer, paint). That prevents notifying the proxy and the final list once the widget got painted and ensure that all elements are updated.
2021-05-11 14:15:32 -04:00
Styling
- Bug Fix for styling of menu in the widget reflector #RB patrick.boutot #jira none
2021-07-14 18:46:01 -04:00
Widgets
Fixed Widget Event Log and Widget Hit-test Grid styles #RB patrick.boutot #jira none
2021-06-22 16:31:31 -04:00
InputEventVisualizer.cpp
WidgetReflector: Fix some implicit conversions.
2020-11-18 16:30:55 -04:00
InputEventVisualizer.h
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
2020-08-11 01:36:57 -04:00
SlateNavigationEventSimulator.cpp
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
SlateReflectorModule.cpp
Level Editor Menu Clean Up, Part 2
2021-04-07 02:56:12 -04:00
SlateReflectorModule.h
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
2020-08-11 01:36:57 -04:00
VisualTreeCapture.cpp
WidgetReflector: Add support for GlobalInvalidation.
2020-11-18 16:33:17 -04:00
VisualTreeCapture.h
Numerous non-unity fixes
2020-11-19 11:19:38 -04:00
WidgetSnapshotMessages.h
…
WidgetSnapshotService.cpp
Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
2020-08-11 01:36:57 -04:00
WidgetSnapshotService.h
…