Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TVertexInterfaceImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const VertexType& InVertex |
Add a vertex to the group. | MetasoundVertex.h | |
void Add
(
VertexType&& InVertex |
MetasoundVertex.h |
Add(const VertexType &)
Description
Add a vertex to the group.
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
void Add
(
const VertexType & InVertex
)
Add(VertexType &&)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
void Add
(
VertexType && InVertex
)