Blue print class derived from c++ class

I wanna create a blue print class derived from c++ class, so that can use blueprint and code my own code,but is there something bad with this?For example performance badlly or need more space?

Blueprint Classes inherited from C++ Clases is the intended UE4 pipeline. Go for it.