FCsvParser::GetRows

Const access to the parsed rows Rows are stored as arrays of parsed, null-terminated cell-strings.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h

Include

#include "Serialization/Csv/CsvParser.h"

Syntax

const FRows & GetRows() const

Remarks

Const access to the parsed rows Rows are stored as arrays of parsed, null-terminated cell-strings. Object (and contained strings) is valid for the lifetime of the parser.

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