FLocTextHelper::SaveWordCountReport

Save the word count report for the current state of the manifest and archives to disk.

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

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.

Returns

True if the file was saved, false otherwise.

Parameters

Parameter

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.

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