UDataTable::HandleDataTableChanged

Call whenever the data of a table has changed, this calls the [OnDataTableChanged()](API\Runtime\Engine\Engine\UDataTable\OnDataTableChanged) delegate and per-row callbacks.

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 HandleDataTableChanged
(
    FName ChangedRowName
)

Remarks

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

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