Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundTransmissionRegistration.h |
| Include | #include "MetasoundTransmissionRegistration.h" |
Syntax
template<typename DataType>
struct TTransmissionSupport
Remarks
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.
Constants
| Name | Description |
|---|---|
| bEnabled | |
| bIsAudioDataType | IAudioDataType derived classes have specialized templates for the transmission system. |
| bIsCopyable | All types that support copy assignment and copy construction can be used in the transmission system. |
| bIsTransmissionSupported |