UDataTable::WriteTableAsJSON

Output entire contents of table as JSON

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 WriteTableAsJSON
(
    const TSharedRef< TJsonWriter< CharType, TPrettyJsonPrintPolicy< CharType > > > & JsonWriter,
    const EDataTableExportFlags InDTExportFlags
) const

Remarks

Output entire contents of table as JSON