Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
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.
| Name | TDataWriteReferenceLiteralFactory |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType>
struct TDataWriteReferenceLiteralFactory : public Metasound::TDataLiteralFactory< DataType, TDataWriteReference< DataType > >
Inheritance Hierarchy
- TDataLiteralFactory → TDataWriteReferenceLiteralFactory