I have created a basic and empty Blueprint Actor Class and a basic Blueprint Interface.
I want to IMPLEMENT the interface in my BP class - but I cannot - the “Add” pulldown menu is missing - I can only choose to INHERIT the interface - why does that happen and is inheriting interface the same as implementing?
@ClockworkOcean my point exactly - I wonder if that will not be a problem further down the line if I use the INHERITED interface rather than the IMPLEMENTED one…?