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
ad173b3ee2cb4d2f4cbc6d419fc2f227af15998c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
SlateCore
/
Private
History
lina lam
75109aab0b
Added a Delete button for Active Themes. When users delete any user-created themes, they're prompted with a "Are you sure" dialog box. If the user selects "OK", the active theme is set to the default dark theme. When the active theme is Dark, users do not have the option to delete it.
...
#preflight 62f2a91ee36c91e6860d6cd5 [CL 21294924 by lina lam in ue5-main branch]
2022-08-09 14:44:39 -04:00
..
Animation
…
Application
Add a FPlatformUserId to the Slate User and define a default Platform User for the SlateApplication to use. There is no functionality difference here, it is just updating to use the FPlatformUserId struct wrapper instead of the raw int32 ControllerId concept. This is another piece in the large puzzle that is properly supporting local multiplayer input in UE.
2022-06-03 15:42:08 -04:00
Brushes
…
Debugging
…
FastUpdate
PR
#9375
: Common typo: doens't -> doesn't (Contributed by ennorehling)
2022-08-09 13:21:24 -04:00
Fonts
Apply skew before the rendering of glyphs when added to the atlas
2022-07-11 12:34:33 -04:00
Input
…
Layout
Slate: Convert SlateRect, Margin and SlateRotatedRect from double to float. Without the deprecation path, it creates a lot of errors. I will deprecate slowly the functionnality that use FVector2D once I convert the other basic structures.
2022-06-13 14:48:44 -04:00
Rendering
Replaced thread-local MemStack with ConcurrentLinearAllocator across the renderer.
2022-06-30 19:55:24 -04:00
Sound
…
Styling
Added a Delete button for Active Themes. When users delete any user-created themes, they're prompted with a "Are you sure" dialog box. If the user selects "OK", the active theme is set to the default dark theme. When the active theme is Dark, users do not have the option to delete it.
2022-08-09 14:44:39 -04:00
Test
Slate: Fix bad memory access after the invalidation widget list got resized.
2022-07-08 23:15:13 -04:00
Textures
Replaced thread-local MemStack with ConcurrentLinearAllocator across the renderer.
2022-06-30 19:55:24 -04:00
Trace
…
Types
…
Widgets
Only set SImage MouseDown and DoubleClick event if bound.
2022-07-20 18:26:27 -04:00
Children.cpp
…
SlateCoreClasses.cpp
…
SlateCoreModule.cpp
…
SlotBase.cpp
…