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 |
void Internal_SetLocTableEntry
(
const FName InTableId,
const FTextKey & InKey,
const FString & InSourceString
)
Remarks
Internal function called by LOCTABLE_SETSTRING to set the entry denoted by the given key to the given source string, within the given string table (table must have been registered already)