![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Class.h>
Inheritance diagram for ICppClassTypeInfo:Public Member Functions | |
| virtual bool | IsAbstract () const =0 |
Interface for accessing attributes of the underlying C++ class, for native class types
Return true if the underlying C++ class is abstract (i.e. declares at least one pure virtual function)
Implemented in FCppClassTypeInfo.