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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss