unreal.TextTransformPolicy

class unreal.TextTransformPolicy

Bases: unreal.EnumBase

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

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

NONE

No transform, just use the given text as-is

Type

0

TO_LOWER

Convert the text to lowercase for display

Type

1

TO_UPPER

Convert the text to uppercase for display

Type

2