FLocTextWordCounts::FromCSV

Populate this word count report from a CSV string (clears any existing data).

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
(
    const [FString](API\Runtime\Core\Containers\FString) & InCSVString,
    [FText](API\Runtime\Core\Internationalization\FText) * OutError
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library