Navigation
API > API/Developer > API/Developer/Localization
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include | #include "LocTextHelper.h" |
Syntax
class FLocTextWordCounts
Remarks
Class that manages the word count reporting of the various cultures.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRowData & | AddRow
(
int32* OutIndex |
Add a new row and get its data. | |
| bool | FromCSV
(
const FString& InCSVString, |
Populate this word count report from a CSV string (clears any existing data). | |
| FRowData * | GetRow
(
const int32 InIndex |
Get the data for a row from its index. | |
| const FRowData * | GetRow
(
const int32 InIndex |
||
| int32 | GetRowCount () |
||
| FString | ToCSV () |
Write this word count report to a CSV string. | |
| void | TrimReport () |
Trim entries from the report for the cases where the word counts haven't changed between consecutive rows (as ordered by date). |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRowData | Data representing a single word count row |
Constants
| Name | Description |
|---|---|
| ColHeadingDateTime | Constant column headings for the CSV. |
| ColHeadingWordCount |