Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
Include |
#include "Engine/DataTable.h" |
struct FTableRowBase
Base class for all table row structs to inherit from.
Name | Description | |
---|---|---|
|
FTableRowBase() |
Name | Description | |
---|---|---|
|
~FTableRowBase() |
Name | Description | ||
---|---|---|---|
|
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 |
|
|
OnPostDataImport ( |
Can be overridden by subclasses; Called whenever the owning data table is imported or re-imported. |