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!
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”