Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOutputVariantVertex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVariantVertex
(
const FVertexName& InVertexName, |
Derived classes using this constructor must remember to initialize the DataTypeNames array. | MetasoundVertex.h | |
FVariantVertex
(
const FVertexName& InVertexName, |
MetasoundVertex.h |
FVariantVertex(const FVertexName &, const FVertexName &, const FDataVertexMetadata &, EVertexAccessType)
Description
Derived classes using this constructor must remember to initialize the DataTypeNames array.
| Name | FVariantVertex |
| 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 |
FVariantVertex
(
const FVertexName & InVertexName,
const FVertexName & InVariantName,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType
)
FVariantVertex(const FVertexName &, const FName &, const TArray< FName > &, const FDataVertexMetadata &, EVertexAccessType)
| Name | FVariantVertex |
| 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 |
FVariantVertex
(
const FVertexName & InVertexName,
const FName & InVariantName,
const TArray < FName > & InDataTypeNames,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType
)