Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- ICppClassTypeInfo
- FCppClassTypeInfo
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Syntax
struct ICppClassTypeInfo
Remarks
Interface for accessing attributes of the underlying C++ class, for native class types
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsAbstract () |
Return true if the underlying C++ class is abstract (i.e. declares at least one pure virtual function) |