unreal.TextTransformPolicy

class unreal.TextTransformPolicy

Bases: EnumBase

Text transformation policy that can be applied to the text before displaying it.

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

NONE: TextTransformPolicy

No transform, just use the given text as-is

Type:

0

TO_LOWER: TextTransformPolicy

Convert the text to lowercase for display

Type:

1

TO_UPPER: TextTransformPolicy

Convert the text to uppercase for display

Type:

2