Simple question

On the header file(.h), find the class declaration.
i.e:
class CODENAMESPACE_API AMCharacter : public ACharacter

AMCharacter is the name of your class. ACharacter is the Super class