Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph
- INodeBase::IsVertexInterfaceSupported()
- FGraph::IsVertexInterfaceSupported()
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
virtual bool IsVertexInterfaceSupported
&40;
const FVertexInterface & InInterface
&41; const
Remarks
Expresses whether a specific vertex interface is supported. True if the interface is supported, false otherwise.
Parameters
| Name | Description |
|---|---|
| InInterface | New interface. |