FStringTableRegistry::FindTableIdAndKey

Given an [FText](API\Runtime\Core\Internationalization\FText) display string, try and find the table ID and key for it

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/StringTableRegistry.h

Include

#include "Internationalization/StringTableRegistry.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/StringTableRegistry.cpp

Syntax

bool FindTableIdAndKey
(
    const FTextDisplayStringRef & InDisplayString,
    FName & OutTableId,
    FString & OutKey
) const

Remarks

Given an FText display string, try and find the table ID and key for it

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