ELocalizedTextCollapseMode

Windows
MacOS
Linux

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss