PortableObjectPipeline::GetConditionedInfoMetaDataForExtractedComment

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

Unreal Engine C++ API Reference > Developer > Localization

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/PortableObjectPipeline.h
Include #include "PortableObjectPipeline.h"
Source /Engine/Source/Developer/Localization/Private/PortableObjectPipeline.cpp
namespace PortableObjectPipeline  
{  
    [FString](API\Runtime\Core\Containers\FString) PortableObjectPipeline::GetConditionedInfoMetaDataForExtractedComment  
    (  
        const [FString](API\Runtime\Core\Containers\FString) & KeyName,  
        const [FString](API\Runtime\Core\Containers\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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library