Navigation
API > API/Editor > API/Editor/ClassViewer > API/Editor/ClassViewer/IUnloadedBlueprintData
References
| Module | ClassViewer |
| Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include | #include "ClassViewerFilter.h" |
bool IsChildOf
&40;
const UClass &42; InClass
&41; const
Remarks
Checks whether or not the class is a child-of the passed in class. true if it is a child-of the passed in class.
Parameters
| Name | Description |
|---|---|
| InClass | The class to check against. |