UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ICppClassTypeInfo Struct Referenceabstract

#include <Class.h>

+ Inheritance diagram for ICppClassTypeInfo:

Public Member Functions

virtual bool IsAbstract () const =0
 

Detailed Description

Interface for accessing attributes of the underlying C++ class, for native class types

Member Function Documentation

◆ IsAbstract()

virtual bool ICppClassTypeInfo::IsAbstract ( ) const
pure virtual

Return true if the underlying C++ class is abstract (i.e. declares at least one pure virtual function)

Implemented in FCppClassTypeInfo.


The documentation for this struct was generated from the following file: