Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/TMetasoundUObjectRegistryEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsChildClass
(
const UObject* InObject |
Returns true if the UObject is of a Class which is a child of this UClass associated with this entry. | MetasoundUObjectRegistry.h | |
virtual bool IsChildClass
(
const UClass* InClass |
Returns true if the UClass is a child of this UClass associated with this entry. | MetasoundUObjectRegistry.h |
IsChildClass(const UObject *)
Description
Returns true if the UObject is of a Class which is a child of this UClass associated with this entry.
| Name | IsChildClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
virtual bool IsChildClass
(
const UObject * InObject
) const
IsChildClass(const UClass *)
Description
Returns true if the UClass is a child of this UClass associated with this entry.
| Name | IsChildClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
virtual bool IsChildClass
(
const UClass * InClass
) const