The inherited interface has no "add" dropdown. What should I do? Is there a different way to add it?

I am using unreal engine 5.3.2 and following a tutorial. In the tutorial he has a an “add” dropdown on both inherited and implemented interface. I however, have only implemented. What should I do?
image

Inherited interfaces come from inheritance, you can only add them in the parent :slight_smile:

1 Like