Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
enum ETextOverflowPolicy
{
Clip = 0,
Ellipsis,
}
Name |
Description |
---|---|
Clip |
Overflowing text will be clipped |
Ellipsis |
Overflowing text will be replaced with an ellipsis |
The different methods that can be used to determine what happens to text when it is longer than its allowed length