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