Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT&40;&41;
struct FMetasoundFrontendGraphClassPresetOptions
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPreset | Whether or not graph class is a preset or not. | |
| TSet< FName > | InputsInheritingDefault | Names of all inputs inheriting default values from the referenced node. |