Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOutputDataVertex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataVertex () |
MetasoundVertex.h | ||
FDataVertex
(
const FVertexName& InVertexName, |
FDataVertex Constructor | MetasoundVertex.h |
FDataVertex()
| Name | FDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FDataVertex()
FDataVertex(const FVertexName &, const FName &, const FDataVertexMetadata &, EVertexAccessType)
Description
FDataVertex Constructor
@InVertexName - Name of vertex. @InDataTypeName - Name of data type. @InMetadata - Metadata pertaining to given vertex. @InAccessType - The access type of the vertex.
| Name | FDataVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
FDataVertex
(
const FVertexName & InVertexName,
const FName & InDataTypeName,
const FDataVertexMetadata & InMetadata,
EVertexAccessType InAccessType
)