Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- TDataLiteralFactory
- TDataWriteReferenceLiteralFactory
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType>
struct TDataWriteReferenceLiteralFactory : public Metasound::TDataLiteralFactory< DataType, TDataWriteReference< DataType > >
Remarks
TDataWriteReferenceLiteralFactory creates TDataWriteReferences for the given DataType.
TDataWriteReferenceLiteralFactory provides several factory methods for forwarding arguments from the factory method to the DataType constructor. See TDataFactory for more information on the provided factory methods.