Navigation
API > API/Developer > API/Developer/Localization
Class that tracks any conflicts that occur when gathering source text entries.
| Name | FLocTextConflicts |
| Type | class |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
Syntax
class FLocTextConflicts
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LocTextHelper.h | |||
FLocTextConflicts
(
const FLocTextConflicts& |
LocTextHelper.h |
Structs
| Name | Remarks |
|---|---|
| FConflict | Internal conflict item. Maps a source identity to all of its conflicts. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConflictMap | TMultiMap< FLocKey, TSharedRef< FConflict > > | LocTextHelper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EntriesByKey | FConflictMap | LocTextHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddConflict
(
const FLocKey& InNamespace, |
Add a new conflict entry. | LocTextHelper.h | |
FString GetConflictReport() |
Convert the conflicts to a string format that can be easily saved as a .txt report summary. | LocTextHelper.h | |
FString GetConflictReportAsCSV() |
Convert the conflicts to a string format that can be easily saved as a .csv report summary. | LocTextHelper.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLocTextConflicts & operator=
(
const FLocTextConflicts& |
LocTextHelper.h |