Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Commandlets > UGenerateTextLocalizationReportCommandlet
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/GenerateTextLocalizationReportCommandlet.h |
Include | #include "Commandlets/GenerateTextLocalizationReportCommandlet.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/GenerateTextLocalizationReportCommandlet.cpp |
bool ProcessConflictReport
&40;
const FString & DestinationPath
&41;
Remarks
Writes out a report representing localization conflicts. These are conflicts where the namespace and key match but the source text differs. True if successful; false oterwise.
Parameters
Name | Description |
---|---|
DestinationPath | The destination folder the report will be write to. |