UKismetStringTableLibrary::GetKeysFromStringTable

Returns an array of all keys within the given string table

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 TArray< FString > GetKeysFromStringTable
(
    const FName TableId
)

Remarks

Returns an array of all keys within the given 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