Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UDataTableFunctionLibrary
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 |
static bool FillDataTableFromJSONString
&40;
UDataTable &42; DataTable,
const FString & JSONString
&41;
Remarks
Empty and fill a Data Table from JSON string. True if the operation succeeds, check the log for errors if it didn't succeed.
Parameters
Name | Description |
---|---|
JSONString | The Data that representing the contents of a JSON file. |