Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCsvParser
Description
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.
| Name | GetRows |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Csv/CsvParser.h |
| Include Path | #include "Serialization/Csv/CsvParser.h" |
const FRows & GetRows() const