Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FVertexInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | MetasoundVertex.h | ||
FVertexInterface
(
const FInputVertexInterface& InInputs, |
Construct with an input and output interface. | MetasoundVertex.h | |
FVertexInterface
(
FInputVertexInterface InInputs, |
Construct with input, output and environment interface. | MetasoundVertex.h |
FVertexInterface()
Description
Default constructor.
| Name | FVertexInterface |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FVertexInterface()
FVertexInterface(const FInputVertexInterface &, const FOutputVertexInterface &)
Description
Construct with an input and output interface.
| Name | FVertexInterface |
| 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 |
FVertexInterface
(
const FInputVertexInterface & InInputs,
const FOutputVertexInterface & InOutputs
)
FVertexInterface(FInputVertexInterface, FOutputVertexInterface, FEnvironmentVertexInterface)
Description
Construct with input, output and environment interface.
| Name | FVertexInterface |
| 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 |
FVertexInterface
(
FInputVertexInterface InInputs,
FOutputVertexInterface InOutputs,
FEnvironmentVertexInterface InEnvironmentVariables
)