FStringTableRegistry::Internal_FindLocTableEntry

Internal function called by LOCTABLE to find the entry with by the given key within the given string table (redirects, will load assets if needed, and returns a dummy [FText](API\Runtime\Core\Internationalization\FText) if not found)

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

FText Internal_FindLocTableEntry
(
    const FName InTableId,
    const FString & InKey,
    const EStringTableLoadingPolicy InLoadingPolicy
) const

Remarks

Internal function called by LOCTABLE to find the entry with by the given key within the given string table (redirects, will load assets if needed, and returns a dummy FText if not found)

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