FStringTableRegistry::Internal_SetLocTableEntryMetaData

Internal function called by LOCTABLE_SETMETA to set meta-data for the entry denoted by the given key, 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_SetLocTableEntryMetaData
(
    const FName InTableId,
    const FString & InKey,
    const FName InMetaDataId,
    const FString & InMetaData
)

Remarks

Internal function called by LOCTABLE_SETMETA to set meta-data for the entry denoted by the given key, 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