Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FVertexInterfaceData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Bind
(
const FVertexInterfaceData& InVertexData |
Set vertex data using other vertex data. | MetasoundVertexData.h | |
void Bind
(
FVertexInterfaceData& InVertexData |
Set vertex data using other vertex data. | MetasoundVertexData.h |
Bind(const FVertexInterfaceData &)
Description
Set vertex data using other vertex data.
| Name | Bind |
| 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 Bind
(
const FVertexInterfaceData & InVertexData
)
Bind(FVertexInterfaceData &)
Description
Set vertex data using other vertex data.
| Name | Bind |
| 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 Bind
(
FVertexInterfaceData & InVertexData
)