The inheritance works, I have a BaseProperties struct and a specific ActorStruct and I have access to both structs’ properties in the actor class.
The data table seem to lack any kind of inheritance, which I want to use to save work on maintaining data and keep it consistent between structs for different actors. Plus, I need to edit the properties at runtime, which data tables don’t support at all.