FTextLocalizationResource::AddEntry

Optimized representation of a case-sensitive string, as used by localization keys.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/TextLocalizationResource.h

Include

#include "Internationalization/TextLocalizationResource.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/TextLocalizationResource.cpp

Syntax

void AddEntry
(
    const FTextKey & InNamespace,
    const FTextKey & InKey,
    const uint32 InSourceStringHash,
    const FString & InLocalizedString,
    const int32 InPriority,
    const FTextKey & InLocResID
)

Remarks

Optimized representation of a case-sensitive string, as used by localization keys. This references an entry within a internal table to avoid memory duplication, as well as offering optimized comparison and hashing performance.

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