How to "override" a variable from a parent class?

If each piece is a child of the parent piece, then it will automatically have all the variables that are declared in the parent classes.

Once you have a reference, you can do something like this

float ArmorValue = ChildClassReference->ArmorVariable;

if this didn’t answer your question, post more info and screenshots if you can

1 Like