Interface as UPROPERTY, class member? [C++]

#Inherit Interfaces

You use multiple inheritance with interfaces, so for any class you want to implement an interface, you add the additional inheritance.

I have entire instructions and complete tutorial on interfaces here:

#UE4 Interfaces Wiki