Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
An FDataVertex is a named vertex of a MetaSound node which can contain data.
| Name | FDataVertex |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
class FDataVertex
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataVertex () |
MetasoundVertex.h | ||
FDataVertex
(
const FVertexName& InVertexName, |
FDataVertex Constructor | MetasoundVertex.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDataVertex() |
MetasoundVertex.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccessType | EVertexAccessType | Access type of the vertex. | MetasoundVertex.h | |
| DataTypeName | FName | Type name of data. | MetasoundVertex.h | |
| Metadata | FDataVertexMetadata | Metadata associated with vertex. | MetasoundVertex.h | |
| VertexName | FVertexName | Name of vertex. | MetasoundVertex.h |