Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include | #include "MetasoundVertex.h" |
Syntax
class FVertexInterface
Remarks
FVertexInterface provides access to a collection of input and output vertex interfaces.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FVertexInterface
(
const FInputVertexInterface& InInputs, |
Construct with an input and output interface. | ||
FVertexInterface
(
const FInputVertexInterface& InInputs, |
Construct with input, output and environment interface. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsEnvironmentVertex
(
const FVertexName& InKey |
Returns true if an output vertex with the given key exists. | |
| bool | ContainsInputVertex
(
const FVertexName& InKey |
Returns true if an input vertex with the given key exists. | |
| bool | ContainsOutputVertex
(
const FVertexName& InName |
Returns true if an output vertex with the given name exists. | |
| const FEnvironmentVertexInterface & | Return the output interface. | ||
| FEnvironmentVertexInterface & | Return the output interface. | ||
| const FEnvironmentVertex & | GetEnvironmentVertex
(
const FVertexName& InKey |
Return an output vertex. | |
| const FInputVertexInterface & | Return the input interface. | ||
| FInputVertexInterface & | Return the input interface. | ||
| const FInputDataVertex & | GetInputVertex
(
const FVertexName& InKey |
Return an input vertex. | |
| const FOutputVertexInterface & | Return the output interface. | ||
| FOutputVertexInterface & | Return the output interface. | ||
| const FOutputDataVertex & | GetOutputVertex
(
const FVertexName& InName |
Return an output vertex. |