Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
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.
| Name | TDataFactoryInternal |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename CreatorType>
struct TDataFactoryInternal
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static auto CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | MetasoundDataFactory.h | |
static auto CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | MetasoundDataFactory.h | |
static auto CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | MetasoundDataFactory.h | |
static auto CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | MetasoundDataFactory.h | |
static auto CreateNew
(
const FOperatorSettings& InSettings, |
Create a new object using FOperatorSettings and a parameter pack of arguments. | MetasoundDataFactory.h |