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