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 ID from Text"))
static bool GetTextId
(
FText Text,
FString & OutNamespace,
FString & OutKey
)
Remarks
Attempts to get the ID (namespace and key) used by the given text. True if the namespace (which may be empty) and key were found, false otherwise.