UDataTable::WriteRowAsJSON

Output the fields from a particular row (use RowMap to get RowData) to an existing JsonWriter

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTable.cpp

Syntax

template<typename CharType>
bool WriteRowAsJSON
(
    const TSharedRef< TJsonWriter< CharType, TPrettyJsonPrintPolicy< CharType > > > & JsonWriter,
    const void * RowData,
    const EDataTableExportFlags InDTExportFlags
) const

Remarks

Output the fields from a particular row (use RowMap to get RowData) to an existing JsonWriter