Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/TMetasoundUObjectRegistryEntry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMetasoundAssetBase * Cast
(
UObject* InObject |
Attempts to cast the UObject to an FMetasoundAssetBase | MetasoundUObjectRegistry.h | |
virtual const FMetasoundAssetBase * Cast
(
const UObject* InObject |
Attempts to cast the UObject to an FMetasoundAssetBase | MetasoundUObjectRegistry.h |
Cast(UObject *)
Description
Attempts to cast the UObject to an FMetasoundAssetBase
| Name | Cast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
virtual FMetasoundAssetBase * Cast
(
UObject * InObject
) const
Cast(const UObject *)
Description
Attempts to cast the UObject to an FMetasoundAssetBase
| Name | Cast |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundUObjectRegistry.h |
| Include Path | #include "MetasoundUObjectRegistry.h" |
virtual const FMetasoundAssetBase * Cast
(
const UObject * InObject
) const