EParseResult

Internal enum to control parsing progress

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/Csv/CsvParser.h"

Syntax

enum EParseResult
{
    EndOfCell,
    EndOfRow,
    EndOfString,
}

Values

Name

Description

EndOfCell

EndOfRow

EndOfString

Remarks

Internal enum to control parsing progress

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