Better support for interface which extends other interface

Hello,

as title says. It is a bit tricky to get interfaces extended from other interfaces to work. Maybe some documentation or better explanation on how to do it will be enough :slight_smile: Does even engine support it ?

Is it C++ or Blueprint interfaces you are specifically interested in?

Simply I have two C++ interfaces:

Interface A (a few BlueprintImplementableEvents are there)
Interface B : public A (inherits interface A)

When I implement Interface B in blueprints I get access to BlueprintImplementableEvents of Interface A but blueprint compilation always fails with message β€œcan’t find event …”