Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Helper to test if data type can be used on constructor pins.
| Name | TIsConstructorVertexSupported |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeTraits.h |
| Include Path | #include "MetasoundFrontendDataTypeTraits.h" |
Syntax
template<typename TDataType>
struct TIsConstructorVertexSupported
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsCopyable | bool | MetasoundFrontendDataTypeTraits.h | |
| bIsEnabled | bool | MetasoundFrontendDataTypeTraits.h | |
| bIsParsable | bool | MetasoundFrontendDataTypeTraits.h | |
| Value | bool | MetasoundFrontendDataTypeTraits.h |