Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- TDataLiteralFactory
- TDataReadReferenceLiteralFactory
- TDataTypeLiteralFactory
- TDataValueReferenceLiteralFactory
- TDataWriteReferenceLiteralFactory
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename CreatorType>
struct TDataLiteralFactory
Remarks
A base factory type for creating objects related to Metasound DataTypes.
TDataLiteralFactory provides a unified interface for constructing objects using a FOperatorSettings and FLiteral. The various factory methods determine how strictly the DataType constructors must match the arguments to the factory method.
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | CreateAny
(
const FOperatorSettings& InSettings, |
Create the object using any supported constructor. | |
| auto | CreateExplicitArgs
(
const FOperatorSettings& InSettings, |
Create the object using only constructors which utilize the InVariant. | |
| auto | CreateExplicitArgs
(
const FOperatorSettings& InSettings, |
Create the object using only constructors which utilize the InLiteral. |
Typedefs
| Name | Description |
|---|---|
| FInternalFactory |