UKismetStringTableLibrary
Inherits: UObjectBase › UObjectBaseUtility › UObject › UBlueprintFunctionLibrary › UKismetStringTableLibrary
#include "Kismet/KismetStringTableLibrary.h" Description
Blueprint function library for querying registered String Table assets at runtime — checking registration, reading namespace/source string/meta-data values, and enumerating table keys.
Caveats & Gotchas
- • All queries operate on already-registered string tables (loaded StringTable assets, or tables registered in code/CSV import) — passing an unregistered TableId returns false or an empty string rather than an error.
- • This library is read-only; there is no Blueprint-exposed way to register, modify, or unregister a string table at runtime through it.
Functions (8)
String Table 8 ▼
| Access | Type | Name |
|---|---|---|
| public | function | UKismetStringTableLibrary::GetTableEntrySourceString |
| public | function | UKismetStringTableLibrary::GetTableNamespace |
| public | function | UKismetStringTableLibrary::IsRegisteredTableEntry |
| public | function | UKismetStringTableLibrary::IsRegisteredTableId |
| public | function | UKismetStringTableLibrary::GetKeysFromStringTable |
| public | function | UKismetStringTableLibrary::GetMetaDataIdsFromStringTableEntry |
| public | function | UKismetStringTableLibrary::GetRegisteredStringTables |
| public | function | UKismetStringTableLibrary::GetTableEntryMetaData |
Version History
Introduced in: unknown
| Version | Status | Notes |
|---|---|---|
| 5.6 | stable | — |
Feedback
Was this helpful?