Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UKismetStringTableLibrary |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringTableLibrary.h |
| Include Path | #include "Kismet/KismetStringTableLibrary.h" |
Syntax
UCLASS (Meta=(BlueprintThreadSafe, ScriptName="StringTableLibrary"), MinimalAPI)
class UKismetStringTableLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UKismetStringTableLibrary
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UKismetStringTableLibrary
(
const FObjectInitializer& ObjectInitializer |
Kismet/KismetStringTableLibrary.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns an array of all keys within the given string table | Kismet/KismetStringTableLibrary.h |
|
|
| Returns an array of all meta-data IDs within the given string table entry | Kismet/KismetStringTableLibrary.h |
|
|
| Returns an array of all registered string table IDs | Kismet/KismetStringTableLibrary.h |
|
|
| Returns the specified meta-data of the given string table entry (or an empty string). | Kismet/KismetStringTableLibrary.h |
|
|
| Returns the source string of the given string table entry (or an empty string). | Kismet/KismetStringTableLibrary.h |
|
|
| Returns the namespace of the given string table. | Kismet/KismetStringTableLibrary.h |
|
|
| Returns true if the given table ID corresponds to a registered string table, and that table has. | Kismet/KismetStringTableLibrary.h |
|
|
static bool IsRegisteredTableId
(
const FName TableId |
Returns true if the given table ID corresponds to a registered string table. | Kismet/KismetStringTableLibrary.h |
|