Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextHelper
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include | #include "LocTextHelper.h" |
| Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool SaveWordCountReport
(
const FDateTime & InTimestamp,
const FString & InReportFilePath,
FText * OutError
) const
Remarks
Save the word count report for the current state of the manifest and archives to disk. True if the file was saved, false otherwise.
Parameters
| Name | Description |
|---|---|
| InTimestamp | Timestamp to use when adding this entry to the report. |
| InReportFilePath | Full file path to write the report to (also loads any existing report data from this path before adding ours to it). |
| OutError | Optional text to be filled when an error occurs. |