FStringTableRegistry::Internal_SetLocTableEntry

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)

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

void Internal_SetLocTableEntry
(
    const FName InTableId,
    const FString & 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)

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