Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOutputVertexInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
FOutputVertexInterface
(
ArgTypes&&... InArgs |
Construct an FOutputVertexInterface from a parameter pack. | MetasoundVertex.h | |
FOutputVertexInterface
(
TArray< FOutputDataVertex > InVertices, |
MetasoundVertex.h |
FOutputVertexInterface()
| Name | FOutputVertexInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FOutputVertexInterface()
FOutputVertexInterface(ArgTypes &&...)
Description
Construct an FOutputVertexInterface from a parameter pack. This allows node interfaces to be declared in a single function.
For example:
FOutputVertexInterface Interface { TOutputDataVertex
| Name | FOutputVertexInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
template<typename... ArgTypes>
FOutputVertexInterface
(
ArgTypes &&... InArgs
)
FOutputVertexInterface(TArray< FOutputDataVertex >, TArray< VertexPrivate::FSubInterfaceLayout >)
| Name | FOutputVertexInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertex.cpp |
FOutputVertexInterface
(
TArray < FOutputDataVertex > InVertices,
TArray < VertexPrivate::FSubInterfaceLayout > InSubInterfaces
)