Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetTextLibrary
Description
Get the (non-localized) source string of the given text.
For a generated text (eg, the result of a Format), this will deep build the source string as if the generation had run for the native language.
| Name | GetTextSourceString |
| 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",
Meta=(DisplayName="Get Source String from Text"))
static FString GetTextSourceString
(
FText Text
)