How to Get Class Defaults in C++?

if the sub-classes inherit the variable from the same actor, casting to the parent class will get you the default.

eg: You can get the default values of AActor from any actor.

if all 10 classes have their own variables, then you would have to check individually.