Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FDataTransmissionCenter
Description
Pushes a literal parameter to a specific data channel in the global router. returns false if the literal type isn't supported.
| Name | PushLiteral |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundRouter.h |
| Include Path | #include "MetasoundRouter.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundRouter.cpp |
bool PushLiteral
(
FName DataTypeName,
FName GlobalChannelName,
const FLiteral & InParam
)