Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentVertex-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaSoundFrontendDocumentTemplateVertexMetadata * AddVertexMetadata
(
const FMetaSoundFrontendDocumentBuilder& Builder, |
Creates and stores new VertexMetadata. | DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h | |
TTemplateVertexMetadata * AddVertexMetadata
(
const FMetaSoundFrontendDocumentBuilder& Builder, |
Creates and stores new VertexMetadata with the provided type and name, asserting that the type created by the overloaded template matches the template type. | DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h |
AddVertexMetadata(const FMetaSoundFrontendDocumentBuilder &, const FMetasoundFrontendClassVertex &)
Description
Creates and stores new VertexMetadata. Overwrites if metadata already exists with default constructed VertexMetadata if template supports Metadata.
| Name | AddVertexMetadata |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h |
| Include Path | #include "DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/DocumentTemplates/MetasoundFrontendVertexTemplate.cpp |
FMetaSoundFrontendDocumentTemplateVertexMetadata * AddVertexMetadata
(
const FMetaSoundFrontendDocumentBuilder & Builder,
const FMetasoundFrontendClassVertex & InVertex
)
AddVertexMetadata(const FMetaSoundFrontendDocumentBuilder &, const FMetasoundFrontendClassVertex &)
Description
Creates and stores new VertexMetadata with the provided type and name, asserting that the type created by the overloaded template matches the template type. Overwrites if metadata already exists with default constructed VertexMetadata. Returns null if template does not support Metadata.
| Name | AddVertexMetadata |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h |
| Include Path | #include "DocumentTemplates/MetasoundFrontendDocumentVertexTemplate.h" |
template<typename TTemplateVertexMetadata>
TTemplateVertexMetadata * AddVertexMetadata
(
const FMetaSoundFrontendDocumentBuilder & Builder,
const FMetasoundFrontendClassVertex & InVertex
)