Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundDataTypeRegistrationMacro.h |
| Include | #include "MetasoundDataTypeRegistrationMacro.h" |
namespace Metasound
{
namespace MetasoundDataTypeRegistrationPrivate
{
template<typename TDataType, typename TEnableIf< TIsTransmittable< TDataType >::Value, bool >::Type>
void Metasound&58;&58;MetasoundDataTypeRegistrationPrivate&58;&58;AttemptToRegisterSendAndReceiveNodes&40;&41;
}
}
Remarks
This utility function can be used to optionally check to see if we can transmit a data type, and autogenerate send and receive nodes for that datatype.