Navigation
Unreal Engine C++ API Reference > Editor > ClassViewer > IUnloadedBlueprintData
References
Module | ClassViewer |
Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
Include | #include "ClassViewerFilter.h" |
bool IsA ( const [UClass](API\Runtime\CoreUObject\UObject\UClass) * InClass ) const
Remarks
Checks whether or not the class has an Is-A relationship with the passed in class. true if it has an Is-A relationship to the passed in class.
Parameters
Name | Description |
---|---|
InClass | The class to check against. |