FTableRowBase

Base class for all table row structs to inherit from.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Engine/DataTable.h"

Syntax

struct FTableRowBase

Remarks

Base class for all table row structs to inherit from.

Constructors

Name Description

Public function

FTableRowBase()

Destructors

Name Description

Public function Virtual

~FTableRowBase()

Functions

Name Description

Public function Virtual

void

 

OnPostDataImport

(
    const UDataTable* InDataTable,
    const FName InRowName,
    TArray< FString >& OutCollectedImp...
)

Can be overridden by subclasses; Called whenever the owning data table is imported or re-imported.

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