Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FVertexInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FInputVertexInterface & GetInputInterface () |
Return the input interface. | MetasoundVertex.h | |
| Return the input interface. | MetasoundVertex.h |
GetInputInterface()
Description
Return the input interface.
| Name | GetInputInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertex.cpp |
const FInputVertexInterface & GetInputInterface() const
GetInputInterface()
Description
Return the input interface.
| Name | GetInputInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertex.cpp |
FInputVertexInterface & GetInputInterface()