Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- TDataLiteralFactory
- TDataValueReferenceLiteralFactory
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType>
struct TDataValueReferenceLiteralFactory : public Metasound::TDataLiteralFactory< DataType, TDataValueReference< DataType > >
Remarks
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.