Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename CreatorType>
struct TDataFactoryInternal
Remarks
Core factory type for creating objects related to metasound data types.
TDataFactoryInternal provides a unified interface for constructing objects using a FOperatorSettings and a parameter pack of arguments. The ArgForwardType uses SFINAE to choose whether to forward all arguments, a subset of arguments or no arguments to the underlying CreatorType.
Functions
| Type | Name | Description | |
|---|---|---|---|
| auto | CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | |
| auto | CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | |
| auto | CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | |
| auto | CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | |
| auto | CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. |