UDataTable::CreateTableFromJSONString

Create table from JSON style string. RowStruct must be defined before calling this function.

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

TArray< FString > CreateTableFromJSONString
(
    const FString & InString
)

Remarks

Create table from JSON style string. RowStruct must be defined before calling this function.

Returns

Set of problems encountered while processing input