Cannot Create Data Table From C++ Struct

Hi.

Your struct need to inherit FTableRowBase.

Example:

USTRUCT(Blueprintable)
struct FYourDataTableStruct : public FTableRowBase

More info here:
Wiki about using data tables

8 Likes