Is it possible to inherit from more than one blueprint?

Say I want to combine two character blueprints. Is there a way I can create a child blueprint from both of them instead of from only one of them?

Multiple inheritance isn’t possible I’m afraid.

The UE4 approach to things like this is to make your individual systems as components (actor/scene components) which you can then combine into different actors/characters/pawns etc.