Create an object with class Implementing an interface

Hi!

So I have a project for which I need to send parameters to my functions, the parameters are send by Interface references, so I created a Blueprint, inheriting of Object, and add and implemented my interface
But now, when I try to create it in another Blueprint using Create Object of Class, he can’t! Always returning null

How can I do to create this Object inside a Blueprint?
Thanks!

You can create as many BP interface libraries as you want. Then any other BP can implement the interface from:

310811-int.jpg

Just to check, you made the interface like this?:

310812-bpi.jpg

Hi! No, the interface is made in C++, and I added the interfaces to the Object!

310817-bpinterfaces.png

Uh, my bad… responded at the wrong place… so, no, my interface is written in C++, but a think i’ve just seen is that when I drag’n’drop my object from content browser to blueprint, he tells me “Can’t create node from this type of object”

I did wonder… :slight_smile: