Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FInputNode
- INodeBase::IsVertexInterfaceSupported()
- FNode::IsVertexInterfaceSupported()
- FInputNode::IsVertexInterfaceSupported()
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundInputNode.h |
| Include | #include "MetasoundInputNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundInputNode.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. |