FLocTextHelper::GetWordCountReport

Get a word count report for the current state of the manifest and archives.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

FLocTextWordCounts GetWordCountReport
(
    const FDateTime & InTimestamp,
    const TCHAR * InBaseReportFilePath
) const

Remarks

Get a word count report for the current state of the manifest and archives.

Returns

The word count report.

Parameters

Parameter

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss