IMetasoundUObjectRegistryEntry::IsChildClass

Returns true if the [UClass](API\Runtime\CoreUObject\UObject\UClass) is a child of this [UClass](API\Runtime\CoreUObject\UObject\UClass) associated with this entry.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMetasoundUObjectRegistryEntry::IsChildClass()

TMetasoundUObjectRegistryEntry::IsChildClass()

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h

Include

#include "MetasoundUObjectRegistry.h"

Syntax

bool IsChildClass
(
    const UClass * InClass
) const

Remarks

Returns true if the UClass is a child of this UClass associated with this entry.