klawr icon indicating copy to clipboard operation
klawr copied to clipboard

Fix wrapper generation for native classes decorated with UCLASS(Abstract)

Open enlight opened this issue 8 years ago • 0 comments

Right now the generator doesn't handle a UClass that has been marked as abstract any differently to a normal UClass, this probably needs to be addressed in the managed code generator since users shouldn't be allowed to construct new instances of such classes via managed code.

To check if a UClass is abstract use UClass::HasAnyClassFlags(CLASS_Abstract).

enlight avatar Sep 07 '15 16:09 enlight