How can you see who's implementing a method from a Blueprint interface?

Dear community,

I would like to know if there is a way to see which Blueprints implement a specific method of an interface I created in Blueprint. So far, I haven’t found any automatic way or built-in function to display a list of all Blueprints that implement a specific interface method.

At this stage, I’m forced to inspect each Blueprint individually to check whether it implements the interface in question. This is a rather tedious process and I was wondering if there was a more efficient way of doing it.

Have any of you encountered a similar situation and found a solution or feature that I might have missed? Any help or suggestions would be greatly appreciated.

Thank you in advance for your time and help

There is no way of doing this, afaik.

You could build it into the interface, I guess?

yes you can do one thing is to go to content browser, right click the interface and check the reference viewer, this is the only shortcut way i use for this instead of checking all the blueprint classes

I’m assuming @RoukmouteGame means at runtime…

Yes, that would have been better, but I didn’t know about the “Reference Viewer” either (maybe I should have said I was a beginner, sorry), so I’ll take it :slight_smile:
Thanks for your help, it’s really nice of you to have replied so quickly.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.