Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FClassInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Create a FVertexInterface with default configuration (no sub-interface or variant overrides). | MetasoundVertex.h | ||
FVertexInterface CreateVertexInterface
(
const TMap< FName, uint32 >& InSubInterfaceCounts, |
Create a FVertexInterface with the given configuration. | MetasoundVertex.h |
CreateVertexInterface()
Description
Create a FVertexInterface with default configuration (no sub-interface or variant overrides).
| Name | CreateVertexInterface |
| 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 CreateVertexInterface() const
CreateVertexInterface(const TMap< FName, uint32 > &, const TMap< FName, FName > &)
Description
Create a FVertexInterface with the given configuration.
| Name | CreateVertexInterface |
| 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 CreateVertexInterface
(
const TMap < FName , uint32 > & InSubInterfaceCounts,
const TMap < FName , FName > & InVariantSelections
) const