Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FNode
Description
Set the default input literal for a vertex. This literal will be used if nothing is connected to the node's input vertex.
Virtual Inheritance
- INodeBase::SetDefaultInput → FNode::SetDefaultInput
| Name | SetDefaultInput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNode.h |
| Include Path | #include "MetasoundNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundNode.cpp |
virtual void SetDefaultInput
(
const FVertexName & InVertexName,
const FLiteral & InLiteral
)