PortableObjectPipeline::GetConditionedInfoMetaDataForExtractedComment

Given a meta-data value string, condition it so it can be written as the extracted comment field of a PO file

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h

Include

#include "PortableObjectPipeline.h"

Source

/Engine/Source/Developer/Localization/Private/PortableObjectPipeline.cpp

Syntax

namespace PortableObjectPipeline
{
    FString PortableObjectPipeline::GetConditionedInfoMetaDataForExtractedComment
    (
        const FString & KeyName,
        const FString & ValueString
    )
}

Remarks

Given a meta-data value string, condition it so it can be written as the extracted comment field of a PO file

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