Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
This is a handle to something that will retrieve a datatype. Intentionally opaque- to use, one will need to call IReceiver::GetAs
| Name | IReceiver |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
Syntax
class IReceiver : public Metasound::IDataTransmissionBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IReceiver
(
TSharedPtr< IDataChannel, ESPMode::ThreadSafe > InDataChannel, |
MetasoundRouter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IReceiver() |
MetasoundRouter.h |