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
Does even engine support it ?
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
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 β¦β