UDataTable::OnPostDataImported

Called whenever new data is imported into the data table via CreateTableFrom*; Alerts each imported row and gives the row struct a chance to operate on the imported data

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

void OnPostDataImported
(
    OUTTArray< FString > & OutCollectedImportProblems
)

Remarks

Called whenever new data is imported into the data table via CreateTableFrom*; Alerts each imported row and gives the row struct a chance to operate on the imported data

Parameters

Parameter

Description

OutCollectedImportProblems

[OUT] Array of strings of import problems