Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetVertex
(
const FVertexName& InVertexName, |
Sets a vertex to use a data reference, ignoring any existing data bound to the vertex. | MetasoundVertexData.h | |
void SetVertex
(
const FVertexName& InVertexName, |
Sets a vertex to use a data reference, ignoring any existing data bound to the vertex. | MetasoundVertexData.h |
SetVertex(const FVertexName &, const FAnyDataReference &)
Description
Sets a vertex to use a data reference, ignoring any existing data bound to the vertex.
| Name | SetVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertexData.cpp |
void SetVertex
(
const FVertexName & InVertexName,
const FAnyDataReference & InDataReference
)
SetVertex(const FVertexName &, FAnyDataReference &&)
Description
Sets a vertex to use a data reference, ignoring any existing data bound to the vertex.
| Name | SetVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertexData.cpp |
void SetVertex
(
const FVertexName & InVertexName,
FAnyDataReference && InDataReference
)