UKismetStringTableLibrary

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringTableLibrary.h

Include

#include "Kismet/KismetStringTableLibrary.h"

Syntax

class UKismetStringTableLibrary : public UBlueprintFunctionLibrary

Constructors

Name Description

Public function

UKismetStringTableLibrary

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static

TArray< FStr...

 

GetKeysFromStringTable

(
    const FName TableId
)

Returns an array of all keys within the given string table

Public function Static

TArray< FNam...

 

GetMetaDataIdsFromStringTableEntry

(
    const FName TableId,
    const FString& Key
)

Returns an array of all meta-data IDs within the given string table entry

Public function Static

TArray< FNam...

 

GetRegisteredStringTables()

Returns an array of all registered string table IDs

Public function Static

FString

 

GetTableEntryMetaData

(
    const FName TableId,
    const FString& Key,
    const FName MetaDataId
)

Returns the specified meta-data of the given string table entry (or an empty string).

Public function Static

FString

 

GetTableEntrySourceString

(
    const FName TableId,
    const FString& Key
)

Returns the source string of the given string table entry (or an empty string).

Public function Static

FString

 

GetTableNamespace

(
    const FName TableId
)

Returns the namespace of the given string table.

Public function Static

bool

 

IsRegisteredTableEntry

(
    const FName TableId,
    const FString& Key
)

Returns true if the given table ID corresponds to a registered string table, and that table has.

Public function Static

bool

 

IsRegisteredTableId

(
    const FName TableId
)

Returns true if the given table ID corresponds to a registered string table.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss