Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAutoConverterNode.h |
| Include | #include "MetasoundAutoConverterNode.h" |
Syntax
template<typename TFromDataType, typename TToDataType>
struct TIsAutoConvertible
Remarks
Determines whether an auto converter node will be registered to convert between two types.
Constants
| Name | Description |
|---|---|
| bIsConvertible | |
| bIsEnumToIntConversion | |
| bIsIntToEnumConversion | Handle case of converting enums to/from integers. |
| Value |