How do you edit the capsule component in Character.h in a C++ subclass?

How might one edit the size of the capsule component in C++ using a subclass of Character? I only ask this because the capsule component is not under protected or public and when I try to edit it it says it cannot be reached.

If some varable is private check if there is get function to get it: