UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDataTableImporterJSON Class Reference

#include <DataTableJSON.h>

Public Member Functions

 FDataTableImporterJSON (UDataTable &InDataTable, const FString &InJSONData, TArray< FString > &OutProblems)
 
 ~FDataTableImporterJSON ()
 
bool ReadTable ()
 
bool AddRow (bool bRemoveDuplicate=false, FName *OutRowName=nullptr)
 

Constructor & Destructor Documentation

◆ FDataTableImporterJSON()

FDataTableImporterJSON::FDataTableImporterJSON ( UDataTable InDataTable,
const FString &  InJSONData,
TArray< FString > &  OutProblems 
)

◆ ~FDataTableImporterJSON()

FDataTableImporterJSON::~FDataTableImporterJSON ( )

Member Function Documentation

◆ AddRow()

bool FDataTableImporterJSON::AddRow ( bool  bRemoveDuplicate = false,
FName OutRowName = nullptr 
)

◆ ReadTable()

bool FDataTableImporterJSON::ReadTable ( )

The documentation for this class was generated from the following files: