Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FStringTableRegistry
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 |
FText Internal_FindLocTableEntry
(
const FName InTableId,
const FTextKey & 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)