Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/TextNamespaceUtil.h |
| Include | #include "Internationalization/TextNamespaceUtil.h" |
Syntax
namespace TextNamespaceUtil
{
enum ETextCopyMethod
{
NewKey,
PreserveKey,
Verbatim,
}
}
Values
| Name | Description |
|---|---|
| NewKey | Give the text a new key if the full namespace changes |
| PreserveKey | Keep the existing key if the full namespace changes |
| Verbatim | Copy the text verbatim, disregarding any full namespace changes |