Invalid class with which to make a Blueprint

Hello,

I can’t create a child blueprint of an BP derived from Object : i create an Object BP then right click it " create blueprint based on this" and i get this msg " Invalid class with which to make a Blueprint". I can’t reparent to any BP with Object as parent. Why is this not possible?

Thank you.

Hi Raikoh.

Objects doesn’t have the class modifier “Blueprintable”, so you shouldn’t be able to make any blueprints of Object.
Some childs of object have this set, like: CameraShake, these works fine.

I don’t even think you should be able to make a blueprint of any class unless it (or it’s parent) first specifies “blueprintable” in it’s native header.

Cheers,