Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Description
Sets whether or not graph input inherits default. By default, updates only if graph is marked as a preset. Optionally, if bForceUpdate is set, updates inheritance even if not a preset (primarily for clearing flag if non-preset has unnecessary data).
| Name | SetGraphInputInheritsDefault |
| 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 SetGraphInputInheritsDefault
(
FName InName,
bool bInputInheritsDefault,
bool bForceUpdate
)