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
339715043e06f4f71d571ba3641df875ec3d6c4f
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Slate
History
Matt Kuhlenschmidt
51551f96d3
enable overflow ellipsis on tabs and content browser tiles
...
[CL 16898644 by Matt Kuhlenschmidt in ue5-main branch]
2021-07-20 13:29:57 -04:00
..
Private
enable overflow ellipsis on tabs and content browser tiles
2021-07-20 13:29:57 -04:00
Public
Slate text widgets now have a "Text Overflow" argument that dicates what happens to text when it is larger than its clip rect. The two overflow methods are Clip and Ellipsis. Clip is the default and existing behavior where text is clipped per pixel. Ellipsis replaces clipped text with a "..." string to provide a more polished look when text is clipped.
2021-07-20 13:19:19 -04:00
Slate.Build.cs
- UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
2021-01-31 15:09:58 -04:00