Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename... ArgTypes>
struct TIsParsable
Remarks
Determines whether a DataType supports a constructor which accepts and FOperatorSettings with ArgTypes and/or just ArgTypes.
Specializations
TIsParsable< DataType, FLiteral::FNone >
Typedefs
| Name | Description |
|---|---|
| FConstructorTraits |
Constants
| Name | Description |
|---|---|
| Value | True if the DataType supports a constructor which accepts and FOperatorSettings with ArgTypes and/or just ArgTypes. |