Navigation
API > API/Developer > API/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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConflict
(
const FLocKey& InNamespace, |
Add a new conflict entry. | |
| FString | Convert the conflicts to a string format that can be easily saved as a .txt report summary. | ||
| FString | Convert the conflicts to a string format that can be easily saved as a .csv report summary. |
Typedefs
| Name | Description |
|---|---|
| FConflictMap |