constexpr bo... |
operator! ( ELocTextHelperLoadFlags E ) |
|
|
constexpr bo... |
operator! ( EGenerateLocResFlags E ) |
|
|
constexpr EG... |
operator& ( EGenerateLocResFlags Lhs, EGenerateLocResFlags Rhs ) |
|
|
constexpr EL... |
operator& ( ELocTextHelperLoadFlags Lhs, ELocTextHelperLoadFlags Rhs ) |
|
|
EGenerateLoc... |
operator&= ( EGenerateLocResFlags& Lhs, EGenerateLocResFlags Rhs ) |
|
|
ELocTextHelp... |
operator&= ( ELocTextHelperLoadFlags& Lhs, ELocTextHelperLoadFlags Rhs ) |
|
|
constexpr EG... |
operator^ ( EGenerateLocResFlags Lhs, EGenerateLocResFlags Rhs ) |
|
|
constexpr EL... |
operator^ ( ELocTextHelperLoadFlags Lhs, ELocTextHelperLoadFlags Rhs ) |
|
|
EGenerateLoc... |
operator^= ( EGenerateLocResFlags& Lhs, EGenerateLocResFlags Rhs ) |
|
|
ELocTextHelp... |
operator^= ( ELocTextHelperLoadFlags& Lhs, ELocTextHelperLoadFlags Rhs ) |
|
|
constexpr EG... |
[operator |
](API\Developer\Localization\op_bitor\2) ( EGenerateLocResFlags Lhs, EGenerateLocResFlags Rhs ) |
|
constexpr EL... |
[operator |
](API\Developer\Localization\op_bitor\1) ( ELocTextHelperLoadFlags Lhs, ELocTextHelperLoadFlags Rhs ) |
|
EGenerateLoc... |
[operator |
=](API\Developer\Localization\op_bitor_assign\2) ( EGenerateLocResFlags& Lhs, EGenerateLocResFlags Rhs ) |
|
ELocTextHelp... |
[operator |
=](API\Developer\Localization\op_bitor_assign\1) ( ELocTextHelperLoadFlags& Lhs, ELocTextHelperLoadFlags Rhs ) |
|
constexpr EG... |
operator~ ( EGenerateLocResFlags E ) |
|
|
constexpr EL... |
operator~ ( ELocTextHelperLoadFlags E ) |
|
|
FString |
PortableObjectPipeline::ConditionArchiveStrForPO ( const FString& InStr ) |
Given a string, condition it so it can be written as a field of a PO file |
|
FString |
PortableObjectPipeline::ConditionIdentityForPO ( const FString& Namespace, const FString& Key, const TSharedPtr< FLocMetadataObjec..., const ELocalizedTextCollapseMode In... ) |
Given a namespace and key, condition this information so it can be written to the "msgctxt" or "msgid" field of a PO file |
|
FString |
PortableObjectPipeline::ConditionPOStringForArchive ( const FString& InStr ) |
Given the field of a PO file, condition it back to a clean string |
|
bool |
PortableObjectPipeline::Export ( FLocTextHelper& InLocTextHelper, const FString& InCulture, const FString& InPOFilePath, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor..., const bool bShouldPersistComments ) |
Use the given LocTextHelper to generate a new PO file using the translation data for the given culture |
|
bool |
PortableObjectPipeline::ExportAll ( FLocTextHelper& InLocTextHelper, const FString& InPOCultureRootPath, const FString& InPOFilename, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor..., const bool bShouldPersistComments, const bool bUseCultureDirectory ) |
Use the given LocTextHelper to generate a new PO file using the translation data for all cultures |
|
FString |
PortableObjectPipeline::GetConditionedInfoMetaDataForExtractedComment ( const FString& KeyName, const FString& ValueString ) |
Given a meta-data value string, condition it so it can be written as the extracted comment field of a PO file |
|
FString |
PortableObjectPipeline::GetConditionedKeyForExtractedComment ( const FString& Key ) |
Given a key string, condition it so it can be written as the extracted comment field of a PO file |
|
FString |
PortableObjectPipeline::GetConditionedReferenceForExtractedComment ( const FString& PORefString ) |
Given a source location string, condition it so it can be written as the extracted comment field of a PO file |
|
bool |
PortableObjectPipeline::Import ( FLocTextHelper& InLocTextHelper, const FString& InCulture, const FString& InPOFilePath, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor... ) |
Update the given LocTextHelper with the translation data imported from the PO file for the given culture |
|
bool |
PortableObjectPipeline::ImportAll ( FLocTextHelper& InLocTextHelper, const FString& InPOCultureRootPath, const FString& InPOFilename, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor..., const bool bUseCultureDirectory ) |
Update the given LocTextHelper with the translation data imported from the PO file for all cultures |
|
void |
PortableObjectPipeline::ParseBasicPOFileEntry ( const FPortableObjectEntry& POEntr..., FString& OutNamespace, FString& OutKey, FString& OutSourceString, FString& OutTranslation, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor... ) |
Parse the basic data (msgctxt, msgid, msgstr) from a PO entry |
|
void |
PortableObjectPipeline::ParseIdentityFromPO ( const FString& InIdentity, FString& OutNamespace, FString& OutKey ) |
Given the "msgctxt" or "msgid" field of a PO file, split it into the namespace and key |
|
void |
PortableObjectPipeline::PopulateBasicPOFileEntry ( FPortableObjectEntry& POEntry, const FString& InNamespace, const FString& InKey, const TSharedPtr< FLocMetadataObjec..., const FString& InSourceString, const FString& InTranslation, const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor... ) |
Populate the basic data (msgctxt, msgid, msgstr) within a PO entry |
|
void |
PortableObjectPipeline::UpdatePOFileHeaderForSettings ( FPortableObjectFormatDOM& Portable..., const ELocalizedTextCollapseMode In..., const EPortableObjectFormat InPOFor... ) |
Given the collapse mode and PO format, append any extra required meta-data to the PO file header |
|