Navigation
Unreal Engine C++ API Reference > 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")
static FText PolyglotDataToText
(
const FPolyglotTextData & PolyglotData
)
Remarks
Get the text instance created from this polyglot data. The text instance, or an empty text if the data is invalid.