Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Description
If true, adds an item to the set of all input names that are managed. Returns true if successfully added/removed, false if not.
| Name | SetInputInheritsDefault |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
bool SetInputInheritsDefault
(
FName InName,
bool bDefaultIsInherited
)