Navigation
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 |