Add interface to blueprint class using python

Hi,

I am working on automation tool using Python. I need to add an existing C++ interface to my newly created BP class. Is there any way to do this?

1 Like

I found the answer. There is a FBlueprintEditorUtilis::ImplementNewInterface() engine function. I exposed it using a bluprint library and now I can use it in python.

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