Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FInputNode
- INodeBase::SetVertexInterface()
- FNode::SetVertexInterface()
- FInputNode::SetVertexInterface()
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 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. |