ETextOverflowPolicy

The different methods that can be used to determine what happens to text when it is longer than its allowed length

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

enum ETextOverflowPolicy
{
    Clip        = 0,
    Ellipsis,
}

Values

Name

Description

Clip

Overflowing text will be clipped

Ellipsis

Overflowing text will be replaced with an ellipsis

Remarks

The different methods that can be used to determine what happens to text when it is longer than its allowed length