Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
| Type | Name | Description | |
|---|---|---|---|
UPARAM
(
DisplayName |
Adds a graph input node with the given name, DataType, and sets the graph input to default value. | ||
UPARAM
(
DisplayName |
Returns whether node output exists. | ||
UPARAM
(
DisplayName |
Returns graph input node by the given name if it exists, or an invalid handle if not found. | ||
UPARAM
(
DisplayName |
Returns graph output node by the given name if it exists, or an invalid handle if not found. | ||
UPARAM
(
DisplayName |
Returns node input by the given name if it exists, or an invalid handle if not found. | ||
UPARAM
(
DisplayName |
Returns all node inputs. | ||
UPARAM
(
DisplayName |
Returns node inputs by the given DataType (ex. "Audio", "Trigger", "String", "Bool", "Float", "Int32", etc.). | ||
UPARAM
(
DisplayName |
Returns node output by the given name. | ||
UPARAM
(
DisplayName |
Returns all node outputs. | ||
UPARAM
(
DisplayName |
Returns node outputs by the given DataType (ex. "Audio", "Trigger", "String", "Bool", "Float", "Int32", etc.). | ||
UPARAM
(
DisplayName |
|||
UPARAM
(
DisplayName |
Adds a graph output node with the given name, DataType, and sets output node's input to default value. | ||
UPARAM
(
DisplayName |
|||
UPARAM
(
DisplayName |
Returns input's parent node if the input is valid, otherwise returns invalid node handle. | ||
UPARAM
(
DisplayName |
Returns output's parent node if the input is valid, otherwise returns invalid node handle. | ||
UPARAM
(
DisplayName |
Returns output's parent node if the input is valid, otherwise returns invalid node handle. | ||
UPARAM
(
DisplayName |
Returns the MetaSound asset's graph class name (used by the MetaSound Node Class Registry) | ||
UPARAM
(
DisplayName |
Returns node input's literal value if set on graph, otherwise fails and returns default literal. | ||
UPARAM
(
DisplayName |
Returns node input's class literal value if set, otherwise fails and returns default literal. | ||
UPARAM
(
DisplayName |
Returns whether the given node input is a constructor pin. | ||
UPARAM
(
DisplayName |
Returns whether the given node output is a constructor pin. | ||
UPARAM
(
DisplayName |
Return the asset referenced by this preset builder. Returns nullptr if the builder is not a preset. | ||
UPARAM
(
DisplayName |
Adds a node to the graph using the provided MetaSound asset as its defining NodeClass. | ||
UPARAM
(
DisplayName |
Returns if a given interface is declared. | ||
UPARAM
(
DisplayName |
Returns if a given node output and node input are connected. | ||
UPARAM
(
DisplayName |
Returns if a given node input has connections. | ||
UPARAM
(
DisplayName |
Returns if a given node output is connected. | ||
UPARAM
(
DisplayName |
Returns whether this is a preset. | ||
UPARAM
(
DisplayName |
|||
UPARAM
(
DisplayName |
Builds a transient MetaSound with the provided builder options, copying the underlying MetaSound managed by this builder and registering it with the MetaSound Node Registry as a unique class. | ||
UPARAM
(
DisplayName |
Adds node referencing the highest native class version of the given class name to the document. | ||
UPARAM
(
DisplayName |
|||
UPARAM
(
DisplayName |
Connects a given node's outputs to all graph outputs for shared interfaces implemented on both the node's referenced class and the builder's MetaSound graph. Returns inputs of connected output nodes. | ||
UPARAM
(
DisplayName |
Connects a given node's inputs to all graph inputs for shared interfaces implemented on both the node's referenced class and the builder's MetaSound graph. Returns outputs of connected input nodes. | ||
UPARAM
(
DisplayName |
Returns whether node exists. | ||
UPARAM
(
DisplayName |
Returns whether node input exists. |