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 TFromDataType, typename TToDataType, typename std::enable_if< TIsAutoConvertible< TFromDataType, TToDataType >::Value, bool >::type>
void Metasound&58;&58;MetasoundDataTypeRegistrationPrivate&58;&58;AttemptToRegisterConverter&40;&41;
}
}
Remarks
This utility function can be used to check to see if we can static cast between two types, and autogenerate a node for that static cast.