Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
| Name | FClassVertexInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
class FClassVertexInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundVertex.h | |||
FClassVertexInterface
(
FVertexInterface InInterface |
MetasoundVertex.h | ||
FClassVertexInterface
(
FInputVertexInterface InInputs, |
MetasoundVertex.h | ||
FClassVertexInterface
(
TArray< FSubInterfaceDescription > InSubInterfactDescriptions, |
MetasoundVertex.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FClassVertexInterface() |
MetasoundVertex.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Environment | FEnvironmentVertexInterface | MetasoundVertex.h | ||
| Inputs | FInputVertexInterface | MetasoundVertex.h | ||
| Outputs | FOutputVertexInterface | MetasoundVertex.h | ||
| SubInterfaces | TArray< FSubInterfaceDescription > | MetasoundVertex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVertexInterface CreateVertexInterface
(
TConstArrayView< FSubInterfaceConfiguration > InSubInterfaceConfigurations |
Create a FVertexInterface with the given configuration. | MetasoundVertex.h |