Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Functor for finding vertices with equal names
| Name | TEqualVertexName |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertex.h |
| Include Path | #include "MetasoundVertex.h" |
Syntax
template<typename VertexType>
struct TEqualVertexName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEqualVertexName
(
const FVertexName& InName |
MetasoundVertex.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NameRef | const FVertexName & | MetasoundVertex.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
const VertexType& InOther |
MetasoundVertex.h |