Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | TReceiver |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
Syntax
template<typename TDataType>
class TReceiver : public Metasound::IReceiver
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TReceiver
(
const FReceiverInitParams& InitParams, |
MetasoundRouter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LastPayloadID | int64 | MetasoundRouter.h | ||
| OperatorSettings | FOperatorSettings | MetasoundRouter.h | ||
| Payload | TUniquePtr< TDataType > | MetasoundRouter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanPop() |
MetasoundRouter.h | ||
bool Pop
(
TDataType& OutValue |
Pop the latest value from the data channel. | MetasoundRouter.h | |
void PushPayload
(
int64 InPayloadID, |
MetasoundRouter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetDataTypeName() |
MetasoundRouter.h |