Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/INodeBase
- INodeBase::IsVertexInterfaceSupported()
- FNode::IsVertexInterfaceSupported()
- FOscilatorNodeBase::IsVertexInterfaceSupported()
- FOutputNode::IsVertexInterfaceSupported()
- FNodeFacade::IsVertexInterfaceSupported()
- TReceiveNode::IsVertexInterfaceSupported()
- TAutoConverterNode::IsVertexInterfaceSupported()
- FInputNode::IsVertexInterfaceSupported()
- FGraph::IsVertexInterfaceSupported()
- FOscilatorNodeBase::IsVertexInterfaceSupported()
- FOutputNode::IsVertexInterfaceSupported()
- FNodeFacade::IsVertexInterfaceSupported()
- TReceiveNode::IsVertexInterfaceSupported()
- TAutoConverterNode::IsVertexInterfaceSupported()
- FInputNode::IsVertexInterfaceSupported()
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include | #include "MetasoundNodeInterface.h" |
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. |