FLocalizationExportingSettings

Unreal Engine C++ API Reference > Developer > Localization

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h
Include #include "LocalizationTargetTypes.h"

Syntax

struct FLocalizationExportingSettings  

Variables

Type Name Description
ELocalizedTextC... CollapseMode How should we collapse down text when exporting to PO?
EPortableObject... POFormat Which format of PO file should we use?
bool ShouldAddSourceLocationsAsComments 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.
bool ShouldPersistCommentsOnExport 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.

Constructors

Type Name Description
  FLocalizationExportingSettings ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library