Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundFrontendVertexMetadata
Remarks
Metadata associated with a vertex.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAdvancedDisplay | If true, vertex is shown for advanced display. | |
| int32 | SortOrderIndex | Order index of vertex member when shown as a node. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | |||
| const FText & | |||
| bool | |||
| void | SetDescription
(
const FText& InText |
||
| void | SetDisplayName
(
const FText& InText |
||
| void | SetSerializeText
(
bool bInSerializeText |