Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/IMetasoundUObjectRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetasoundAssetBase * GetObjectAsAssetBase
(
UObject* InObject |
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. | MetasoundUObjectRegistry.h | |
const FMetasoundAssetBase * GetObjectAsAssetBase
(
const UObject* InObject |
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. | MetasoundUObjectRegistry.h |
GetObjectAsAssetBase(UObject *)
Description
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. If the UObject's UClass is not registered, then a nullptr is returned.
| Name | GetObjectAsAssetBase |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
FMetasoundAssetBase * GetObjectAsAssetBase
(
UObject * InObject
) const
GetObjectAsAssetBase(const UObject *)
Description
Returns casts the UObject to a FMetasoundAssetBase if the UObject is of a registered type. If the UObject's UClass is not registered, then a nullptr is returned.
| Name | GetObjectAsAssetBase |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
const FMetasoundAssetBase * GetObjectAsAssetBase
(
const UObject * InObject
) const