Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Preset options related to a parent graph class. A graph class with bIsPreset set to true auto-updates to mirror the interface members (inputs & outputs) of the single, referenced node. It also connects all of these nodes' interface members on update to corresponding inputs & outputs, and inherits input defaults from the referenced node unless otherwise specified.
| Name | FMetasoundFrontendGraphClassPresetOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendGraphClassPresetOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPreset | bool | Whether or not graph class is a preset or not. | MetasoundFrontendDocument.h | |
| InputsInheritingDefault | TSet< FName > | Names of all inputs inheriting default values from the referenced node. | MetasoundFrontendDocument.h |