Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Pair of guids used to address location of vertex within a FrontendDocument graph.
| Name | FMetasoundFrontendVertexHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendVertexHandle
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodeID | FGuid | MetasoundFrontendDocument.h | ||
| VertexID | FGuid | MetasoundFrontendDocument.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSet() |
Returns whether or not the vertex handle is set (may or may not be valid depending on what builder context it is referenced against) | MetasoundFrontendDocument.h |