Navigation
API > API/Developer > API/Developer/Localization
| |
|
| Name |
ELocalizedTextCollapseMode |
| Type |
enum |
| Header File |
/Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h |
| Include Path |
#include "PortableObjectPipeline.h" |
Syntax
enum ELocalizedTextCollapseMode
{
IdenticalTextIdAndSource,
IdenticalPackageIdTextIdAndSource,
IdenticalNamespaceAndSource,
}
Values
| Name |
Remarks |
| IdenticalTextIdAndSource |
Collapse texts with the same text identity (namespace + key) and source text (default 4.15+ behavior). |
| IdenticalPackageIdTextIdAndSource |
Collapse texts with the same package ID, text identity (namespace + key), and source text (deprecated 4.14 behavior, removed in 4.17). |
| IdenticalNamespaceAndSource |
Collapse texts with the same namespace and source text (legacy pre-4.14 behavior). |