Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/IMetasoundUObjectRegistry
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundAssetBase * | GetObjectAsAssetBase
(
UObject* InObject |
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. | |
| const FMetasoundAssetBase * | GetObjectAsAssetBase
(
const UObject* InObject |
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. |