How do I set default variable values of a child-actor and get them from a parent actor class?

Title.

The child will inherit from the parent, obviously, unless the variables have different values in the child.

The way to get them from the parent, redefine them ( and even events ), is by overriding

Variables

Events

Thank you very much.