Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
FVertexInterface provides access to a collection of input and output vertex interfaces.
| Name | FVertexInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
class FVertexInterface
Constructors
| 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 |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnvironmentInterface | FEnvironmentVertexInterface | MetasoundVertex.h | ||
| InputInterface | FInputVertexInterface | MetasoundVertex.h | ||
| OutputInterface | FOutputVertexInterface | MetasoundVertex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsEnvironmentVertex
(
const FVertexName& InKey |
Returns true if an output vertex with the given key exists. | MetasoundVertex.h | |
bool ContainsInputVertex
(
const FVertexName& InKey |
Returns true if an input vertex with the given key exists. | MetasoundVertex.h | |
bool ContainsOutputVertex
(
const FVertexName& InName |
Returns true if an output vertex with the given name exists. | MetasoundVertex.h | |
| Return the output interface. | MetasoundVertex.h | ||
| Return the output interface. | MetasoundVertex.h | ||
const FEnvironmentVertex & GetEnvironmentVertex
(
const FVertexName& InKey |
Return an output vertex. | MetasoundVertex.h | |
const FInputVertexInterface & GetInputInterface () |
Return the input interface. | MetasoundVertex.h | |
| Return the input interface. | MetasoundVertex.h | ||
const FInputDataVertex & GetInputVertex
(
const FVertexName& InKey |
Return an input vertex. | MetasoundVertex.h | |
const FOutputVertexInterface & GetOutputInterface () |
Return the output interface. | MetasoundVertex.h | |
| Return the output interface. | MetasoundVertex.h | ||
const FOutputDataVertex & GetOutputVertex
(
const FVertexName& InName |
Return an output vertex. | MetasoundVertex.h |