FCsvParser::FCsvParser

Construct with a string.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Serialization/Csv/CsvParser.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Csv/CsvParser.cpp

Syntax

FCsvParser
(
    FString InSourceString
)

Remarks

Construct with a string. Takes a copy because the parser tramples over the file to create null-terminated cell strings Avoid a copy by passing overship of the source string with MoveTemp()

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