FTableRowBase::OnDataTableChanged

Can be overridden by subclasses; Called on every row when the owning data table is modified Allows for custom fix-ups, parsing, etc for user changes This will be called in addition to OnPostDataImport when importing

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Syntax

virtual void OnDataTableChanged
(
    const UDataTable * InDataTable,
    const FName InRowName
)

Remarks

Can be overridden by subclasses; Called on every row when the owning data table is modified Allows for custom fix-ups, parsing, etc for user changes This will be called in addition to OnPostDataImport when importing

Parameters

Parameter

Description

InDataTable

The data table that owns this row

InRowName

The name of the row we're performing fix-up on

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