Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TextNamespaceUtil::ETextCopyMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Core/Public/Internationalization/TextNamespaceUtil.h |
| Include Path |
#include "Internationalization/TextNamespaceUtil.h" |
Syntax
namespace TextNamespaceUtil
{
enum ETextCopyMethod
{
NewKey,
PreserveKey,
Verbatim,
}
}
Values
| Name |
Remarks |
| 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 |