Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetStringTableLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringTableLibrary.h |
| Include | #include "Kismet/KismetStringTableLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetStringTableLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|String Table",
Meta=(DisplayName="Is String Table Entry Registered"))
static bool IsRegisteredTableEntry
(
const FName TableId,
const FString & Key
)
Remarks
Returns true if the given table ID corresponds to a registered string table, and that table has.