Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TVertexInterfaceImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
TVertexInterfaceImpl
(
TArray< VertexType > InVertices |
Construct with prebuilt array of vertices. | MetasoundVertex.h | |
TVertexInterfaceImpl
(
VertexTypes&&... InVertices |
TVertexInterfaceImpl constructor with variadic list of vertex models. | MetasoundVertex.h |
TVertexInterfaceImpl()
| Name | TVertexInterfaceImpl |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
TVertexInterfaceImpl()
TVertexInterfaceImpl(TArray< VertexType >)
Description
Construct with prebuilt array of vertices.
| Name | TVertexInterfaceImpl |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
TVertexInterfaceImpl
(
TArray < VertexType > InVertices
)
TVertexInterfaceImpl(VertexTypes &&...)
Description
TVertexInterfaceImpl constructor with variadic list of vertex models.
| Name | TVertexInterfaceImpl |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
template<typename... VertexTypes>
TVertexInterfaceImpl
(
VertexTypes &&... InVertices
)