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 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, FText* OutError ) | 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 FRowDa... | GetRow ( const int32 InIndex ) | Get the data for a row from its index. |
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 |
---|---|---|
Public struct | FRowData | Data representing a single word count row |
Constants
Name | Description |
---|---|
ColHeadingDateTime | Constant column headings for the CSV. |
ColHeadingWordCount |