Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
TTransmissionSupport determines whether the send/receive system is supported for a given data type. It is used to add send/receive support when possible, and avoid errors when registering data types that do not support the transmission system.
| Name | TTransmissionSupport |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundTransmissionRegistration.h |
| Include Path | #include "MetasoundTransmissionRegistration.h" |
Syntax
template<typename DataType>
struct TTransmissionSupport
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bEnabled | bool | MetasoundTransmissionRegistration.h | |
| bIsAudioDataType | bool | IAudioDataType derived classes have specialized templates for the transmission system. | MetasoundTransmissionRegistration.h |
| bIsCopyable | bool | All types that support copy assignment and copy construction can be used in the transmission system. | MetasoundTransmissionRegistration.h |
| bIsTransmissionSupported | bool | MetasoundTransmissionRegistration.h |