Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/IMetasoundUObjectRegistry
| Type | Name | Description | |
|---|---|---|---|
| bool | IsRegisteredClass
(
UObject* InObject |
Returns true if the InObject is of a class or child class which is registered. | |
| bool | IsRegisteredClass
(
const UClass& InClass |
Returns true if the InClass matches a class or child class which is registered. |