Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/INodeBase
- INodeBase::SetVertexInterface()
- FNode::SetVertexInterface()
- FOscilatorNodeBase::SetVertexInterface()
- FOutputNode::SetVertexInterface()
- FNodeFacade::SetVertexInterface()
- TReceiveNode::SetVertexInterface()
- TAutoConverterNode::SetVertexInterface()
- FInputNode::SetVertexInterface()
- FGraph::SetVertexInterface()
- FOscilatorNodeBase::SetVertexInterface()
- FOutputNode::SetVertexInterface()
- FNodeFacade::SetVertexInterface()
- TReceiveNode::SetVertexInterface()
- TAutoConverterNode::SetVertexInterface()
- FInputNode::SetVertexInterface()
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include | #include "MetasoundNodeInterface.h" |
bool SetVertexInterface
&40;
const FVertexInterface & InInterface
&41;
Remarks
Set the vertex interface. If the vertex was successfully changed, returns true. True on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| InInterface | New interface for node. |