Navigation
API > API/Developer > API/Developer/Localization
| Name | FLocalizationExportingSettings |
| Type | struct |
| Header File | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include Path | #include "LocalizationTargetTypes.h" |
Syntax
USTRUCT ()
struct FLocalizationExportingSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocalizationExportingSettings() |
LocalizationTargetTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollapseMode | ELocalizedTextCollapseMode | How should we collapse down text when exporting to PO? | LocalizationTargetTypes.h |
|
| POFormat | EPortableObjectFormat | Which format of PO file should we use? | LocalizationTargetTypes.h |
|
| ShouldAddSourceLocationsAsComments | bool | Should source locations be added to PO file entries as comments? Useful if a third party service doesn't expose PO file reference comments, which typically store the source location. | LocalizationTargetTypes.h |
|
| ShouldPersistCommentsOnExport | bool | Should user comments in existing PO files be persisted after export? Useful if using a third party service that stores editor/translator notes in the PO format's comment fields. | LocalizationTargetTypes.h |
|