Navigation
Unreal Engine C++ API Reference > 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 |
[FLocTextWordCounts](API\Developer\Localization\FLocTextWordCounts) GetWordCountReport ( const [FDateTime](API\Runtime\Core\Misc\FDateTime) & InTimestamp, const TCHAR * InBaseReportFilePath ) const
Remarks
Get a word count report for the current state of the manifest and archives. The word count report.
Parameters
Name | Description |
---|---|
InTimestamp | Timestamp to use when adding this entry to the report. |
InBaseReportFilePath | Optional string containing the file path to a report we should use as a base for this one (loads that data before adding ours to it). |