TMetasoundUObjectRegistryEntry::IsChildClass

Returns true if the [UObject](API\Runtime\CoreUObject\UObject\UObject) is of a Class which 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

virtual bool IsChildClass
(
    const UObject * InObject
) const

Remarks

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