Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Specialization for TArray data type and TArray arg type.
| |
|
| Name |
TIsParsable< TArray< DataElementType >, TArray< FLiteral::FNone > > |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path |
#include "MetasoundDataFactory.h" |
Syntax
namespace TIsParsable< TArray< DataElementType >, TArray< FLiteral
{
template<typename DataElementType>
struct TIsParsable< TArray< DataElementType >, TArray< FLiteral::FNone > >
}
Typedefs
Constants
| Name |
Type |
Remarks |
Include Path |
| Value |
bool |
True if the DataElementType supports a default constructor or constructor which accepts and FOperatorSettings. |
MetasoundDataFactory.h |