IUnloadedBlueprintData::IsA

Checks whether or not the class has an Is-A relationship with the passed in class.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library