Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
enum ETextTransformPolicy
{
None = 0,
ToLower,
ToUpper,
}
Values
| 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 |
Remarks
Text transformation policy that can be applied to the text before displaying it.