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 ISender::GetAs
| Name | ISender |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
Syntax
class ISender : public Metasound::IDataTransmissionBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ISender
(
TSharedPtr< IDataChannel, ESPMode::ThreadSafe > InDataChannel, |
MetasoundRouter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISender() |
MetasoundRouter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetPayloadID() |
MetasoundRouter.h | ||
bool PushLiteral
(
const FLiteral& InLiteral |
Constructs the value with a literal and pushes to data channel. | MetasoundRouter.h |