Training Stream - Making Game Ready AI, part 9 - February 2nd, 2016

Hello, one question about the structs and data tables. First I have 1 struct and 3 structs inside it… the idea is… struct like player information… then the sub structs… 1 struct for general things like name, class, etc… second struct for basic stats… like str agi int… and third struct for desires… hunger stamina happiness… from blueprint i can use them ok by calling them from data tables… but when i want to add some values directly from data table it doesnt look so pretty

is there a way connect tables somehow? as we do in sql with keys or something like to have a column that has another table inside? :slight_smile: