Hi.
Your struct need to inherit FTableRowBase.
Example:
USTRUCT(Blueprintable)
struct FYourDataTableStruct : public FTableRowBase
More info here:
Wiki about using data tables
Hi.
Your struct need to inherit FTableRowBase.
Example:
USTRUCT(Blueprintable)
struct FYourDataTableStruct : public FTableRowBase
More info here:
Wiki about using data tables