Extend Engine class - no ENGINE_API

Hello there,

I’m trying to extend UModel class from Engine module in my game’s module. The class has no ENGINE_API macro, I guess it might cause problems since it’s for making a class public from what I know. There’s also DECLARE_CASTED_INTRINSIC_NO_CTOR macro in the class which I don’t know what is for, but looks interesting so I’m mentioning it.

The question is - is it possible to extend such a class? I’m asking, because an error occurrs “unresolved external symbol” regarding class’ constructor.

I’ll appreciate any help!