UDataTableFunctionLibrary::FillDataTableFromJSONString

Empty and fill a Data Table from JSON 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 FillDataTableFromJSONString
(
    UDataTable * DataTable,
    const FString & JSONString
)

Remarks

Empty and fill a Data Table from JSON string.

Returns

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

Parameters

Parameter

Description

JSONString

The Data that representing the contents of a JSON 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