Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes > API/Plugins/MetasoundStandardNodes/FOscilatorNodeBase
- INodeBase::SetVertexInterface()
- FNode::SetVertexInterface()
- FOscilatorNodeBase::SetVertexInterface()
References
| Module | MetasoundStandardNodes |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundOscillatorNodes.h |
| Include | #include "MetasoundOscillatorNodes.h" |
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. |