UKismetStringTableLibrary::GetTableEntryMetaData

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

Windows
MacOS
Linux

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

Syntax

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

Remarks

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

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