Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDataTable
Description
Call whenever the data of a table has changed, this calls the OnDataTableChanged() delegate and per-row callbacks. If ChangedRowName is not none, only that row was changed, otherwise assume all rows have changed
| Name | HandleDataTableChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTable.cpp |
void HandleDataTableChanged
(
FName ChangedRowName
)