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

Title.

1 Like

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

3 Likes

Thank you very much.

1 Like