Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetDefaultInput
(
const FGuid& InVertexID, |
These can be used to set the default value for a given input on this graph. | MetasoundFrontendController.h | |
bool SetDefaultInput
(
const FGuid& InVertexID, |
MetasoundFrontendController.h |
SetDefaultInput(const FGuid &, const FMetasoundFrontendLiteral &)
Description
These can be used to set the default value for a given input on this graph.
| Name | SetDefaultInput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool SetDefaultInput
(
const FGuid & InVertexID,
const FMetasoundFrontendLiteral & InLiteral
)
false if the input name couldn't be found, or if the literal type was incompatible with the Data Type of this input.
SetDefaultInput(const FGuid &, const FMetasoundFrontendLiteral &, TArrayView< const FGuid >)
| Name | SetDefaultInput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool SetDefaultInput
(
const FGuid & InVertexID,
const FMetasoundFrontendLiteral & InLiteral,
TArrayView < const FGuid > InPageOrder
)