Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindVertex
(
const FVertexName& InVertexName, |
Bind a vertex with a any data reference. | MetasoundVertexData.h | |
void BindVertex
(
const FVertexName& InVertexName, |
Bind a vertex with a a data reference. | MetasoundVertexData.h | |
void BindVertex
(
const FVertexName& InVertexName, |
Bind a vertex with a any data reference. | MetasoundVertexData.h |
BindVertex(const FVertexName &, const FAnyDataReference &)
Description
Bind a vertex with a any data reference.
| Name | BindVertex |
| 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 BindVertex
(
const FVertexName & InVertexName,
const FAnyDataReference & InOutDataReference
)
BindVertex(const FVertexName &, DataReferenceType &)
Description
Bind a vertex with a a data reference.
| Name | BindVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
template<typename DataReferenceType>
void BindVertex
(
const FVertexName & InVertexName,
DataReferenceType & InOutDataReference
)
BindVertex(const FVertexName &, FAnyDataReference &)
Description
Bind a vertex with a any data reference.
| Name | BindVertex |
| 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 BindVertex
(
const FVertexName & InVertexName,
FAnyDataReference & InOutDataReference
)