I think it’s the question more complicated than it actually is, but I have a Base class that my BaseCharacter class derives from it. So in order that I could have access to BaseCharacter, I’ve created it as a BaseCharacter object in my main ACharacter “ThirdPersonCharacter”.
Now I’d want to have access through all those variables in the Base class in editor when I click on my playable character, however all I have is access to my BaseCharacter, not the data within it,… So how would I go about to be able to use have them in the editor ?