Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
TFactoryFacace is a factory for data types which uses the class template type to determine which flavor of DataReference to create.
| Name | TFactoryFacade |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
Syntax
template<typename Type>
struct TFactoryFacade
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Type CreateWithArgs
(
ArgTypes&&... Args |
MetasoundVertexData.h | ||
static Type CreateWithLiteral
(
const FOperatorSettings& InSettings, |
MetasoundVertexData.h |