Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- FDataVertex
- FInputDataVertex
- TInputConstructorVertex
- TInputDataVertex
- FOutputDataVertex
- TOutputConstructorVertex
- TOutputDataVertex
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include | #include "MetasoundVertex.h" |
Syntax
class FDataVertex
Remarks
An FDataVertex is a named vertex of a MetaSound node which can contain data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVertexAccessType | AccessType | Access type of the vertex. | |
| FName | DataTypeName | Type name of data. | |
| FDataVertexMetadata | Metadata | Metadata associated with vertex. | |
| FVertexName | VertexName | Name of vertex. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataVertex () |
|||
FDataVertex
(
const FVertexName& InVertexName, |
FDataVertex Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FDataVertex () |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetDataTypeName() is deprecated. Use DataTypeName | ||
| const FDataVertexMetadata & | GetMetadata () |
GetMetadata() is deprecated. Use Metadata | |
| const FVertexName & | GetVertexName() is deprecated. Use VertexName |