Navigation
Unreal Engine C++ API Reference > Developer > Localization > FLocTextWordCounts
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
bool FromCSV
&40;
const FString & InCSVString,
FText &42; OutError
&41;
Remarks
Populate this word count report from a CSV string (clears any existing data). True if the CSV string was imported, false otherwise.
Parameters
Name | Description |
---|---|
InCSVString | String containing the CSV data to import. |
OutError | Optional text to be filled when an error occurs. |