FLocTextConflicts

Class that tracks any conflicts that occur when gathering source text entries.

Unreal Engine C++ API Reference > Developer > Localization

References

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

Syntax

class FLocTextConflicts  

Remarks

Class that tracks any conflicts that occur when gathering source text entries.

Constructors

Type Name Description
  FLocTextConflicts ()  

Functions

Type Name Description
void AddConflict ( const FLocKey& InNamespace, const FLocKey& InKey, const TSharedPtr< FLocMetadataObjec..., const FLocItem& InSource, const FString& InSourceLocation ) Add a new conflict entry.
FString GetConflictReport () Convert the conflicts to a string format that can be easily saved as a .txt report summary.
FString GetConflictReportAsCSV () Convert the conflicts to a string format that can be easily saved as a .csv report summary.

Typedefs

Name Description
FConflictMap  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library