Navigation
Unreal Engine C++ API Reference > Developer > Localization
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h |
Include | #include "PortableObjectPipeline.h" |
Syntax
enum ELocalizedTextCollapseMode
{
IdenticalTextIdAndSource,
IdenticalPackageIdTextIdAndSource,
IdenticalNamespaceAndSource,
}
Values
Name | Description |
---|---|
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). |