Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UKismetStringTableLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringTableLibrary.h |
| Include | #include "Kismet/KismetStringTableLibrary.h" |
Syntax
UCLASS (Meta=(BlueprintThreadSafe, ScriptName="StringTableLibrary"), MinimalAPI)
class UKismetStringTableLibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UKismetStringTableLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | GetKeysFromStringTable
(
const FName TableId |
Returns an array of all keys within the given string table | |
| TArray< FName > | GetMetaDataIdsFromStringTableEntry
(
const FName TableId, |
Returns an array of all meta-data IDs within the given string table entry | |
| TArray< FName > | Returns an array of all registered string table IDs | ||
| FString | GetTableEntryMetaData
(
const FName TableId, |
Returns the specified meta-data of the given string table entry (or an empty string). | |
| FString | GetTableEntrySourceString
(
const FName TableId, |
Returns the source string of the given string table entry (or an empty string). | |
| FString | GetTableNamespace
(
const FName TableId |
Returns the namespace of the given string table. | |
| bool | IsRegisteredTableEntry
(
const FName TableId, |
Returns true if the given table ID corresponds to a registered string table, and that table has. | |
| bool | IsRegisteredTableId
(
const FName TableId |
Returns true if the given table ID corresponds to a registered string table. |