Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Description
Set the given graph input's default(s). Change type can be optionally passed in so the on input changed delegate can report the context, since a set can be used to perform remove/reset operations.
| Name | SetGraphInputDefault |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SetGraphInputDefault
(
FName InputName,
FMetasoundFrontendLiteral InDefaultLiteral,
const FGuid * InPageID,
EMetaSoundLiteralChangeType InChangeType
)