ICppClassTypeInfo

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

Windows
MacOS
Linux

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

Name Description

Public function Const

bool

 

IsAbstract()

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss