How do I access the parent class?

I want to access the parent class of a health pickup: UTPickup Health, so that I can see how the blueprints for a health pickup work. How do I do this? Thank you.

A parent class is just a normal blueprint class which you can access like any other blueprint unless it’s written in C++ in which case you won’t be able to view it in the BP editor.

UT is fairly obvious from UnrealTournament 4 and I know that they do use C++ code… so it’s fairly likely that this is the case here.

Sorry. I hope this still helps.

Cheers.

In this window (i only have a CharacterBlueprint right now to show you) (UE4.7):

http://puu.sh/gkVT8/a939df5aa4.png

You can see the Parent Class at the top right:

http://puu.sh/gkVTz/5806c76596.jpg

Try clicking the Name. This should open the file!