Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetTextLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetTextLibrary.h |
| Include | #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
)
Remarks
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.