How to check if actor implements blueprint interface from C++?

That would only work for C++ interfaces though. I’m talking about blueprint interfaces. I need the equivalent of “Does implement interface” and some method of calling the interface function if the object does implement the interface. The point here is to not have to know the class of the thing implementing the functionality.