Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
enum ETextTransformPolicy
{
None = 0,
ToLower,
ToUpper,
}
Name |
Description |
---|---|
None |
No transform, just use the given text as-is |
ToLower |
Convert the text to lowercase for display |
ToUpper |
Convert the text to uppercase for display |
Text transformation policy that can be applied to the text before displaying it.