UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextTransformer Class Reference

#include <TextTransformer.h>

Static Public Member Functions

static CORE_API FString ToLower (const FString &InStr)
 
static CORE_API FString ToUpper (const FString &InStr)
 

Detailed Description

Utility for performing low-level localized transforms. The implementation can be found in LegacyText.cpp and ICUText.cpp.

Member Function Documentation

◆ ToLower()

FString FTextTransformer::ToLower ( const FString &  InStr)
static

◆ ToUpper()

FString FTextTransformer::ToUpper ( const FString &  InStr)
static

The documentation for this class was generated from the following files: