Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/INodeBase
- INodeBase::SetVertexInterface()
- FGraph::SetVertexInterface()
- FNode::SetVertexInterface()
- FNodeFacade::SetVertexInterface()
- FNodeFacade::SetVertexInterface()
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include | #include "MetasoundNodeInterface.h" |
bool SetVertexInterface
(
const FVertexInterface & InInterface
)
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. |