Navigation
API > API/Developer > API/Developer/Localization
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h |
| Include | #include "PortableObjectPipeline.h" |
Syntax
enum ELocalizedTextCollapseMode
{
UMETA =(DisplayName = "Identical Text Identity (Namespace + Key) and Source Text"),
UMETA =(DisplayName = "Identical Package ID, Text Identity (Namespace + Key) and Source Text", Hidden),
UMETA =(DisplayName = "Identical Namespace and Source Text"),
}
Values
| Name | Description |
|---|---|
| UMETA | Collapse texts with the same text identity (namespace + key) and source text (default 4.15+ behavior). |
| UMETA | Collapse texts with the same package ID, text identity (namespace + key), and source text (deprecated 4.14 behavior, removed in 4.17). |
| UMETA | Collapse texts with the same namespace and source text (legacy pre-4.14 behavior). |