Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetTextLibrary
Description
Transforms the text to uppercase in a culture correct way.
The returned instance is linked to the original and will be rebuilt if the active culture is changed.
| Name | TextToUpper |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h |
| Include Path | #include "Kismet/KismetTextLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetTextLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Text")
static FText TextToUpper
(
const FText & InText
)