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 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 |
Adds a node to the graph using the provided MetaSound asset as its defining NodeClass. | ||
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. |