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