UDataTableFunctionLibrary::FillDataTableFromCSVString

Empty and fill a Data Table from CSV string.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h

Include

#include "Kismet/DataTableFunctionLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp

Syntax

static bool FillDataTableFromCSVString
(
    UDataTable * DataTable,
    const FString & CSVString
)

Remarks

Empty and fill a Data Table from CSV string.

Returns

True if the operation succeeds, check the log for errors if it didn't succeed.

Parameters

Parameter

Description

CSVString

The Data that representing the contents of a CSV file.

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