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 ISender : public Metasound::IDataTransmissionBase
Remarks
This is a handle to something that will retrieve a datatype. Intentionally opaque- to use, one will need to call ISender::GetAs
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDataChannel, ESPMode::ThreadSafe > | DataChannel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ISender
(
TSharedPtr< IDataChannel, ESPMode::ThreadSafe > InDataChannel, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ISender () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int64 | GetPayloadID () |
||
| bool | PushLiteral
(
const FLiteral& InLiteral |
Constructs the value with a literal and pushes to data channel. |