Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- FMetasoundFrontendClass
- FMetasoundFrontendGraphClass
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendGraphClass : public FMetasoundFrontendClass
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMetasoundFrontendGraph | Graph | ||
| FMetasoundFrontendGraphClassPresetOptions | PresetOptions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMetasoundFrontendGraph & | AddGraphPage
(
const FGuid& InPageID, |
||
| bool | ContainsGraphPage
(
const FGuid& InPageID |
||
| const FMetasoundFrontendGraph * | FindConstGraph
(
const FGuid& InPageID |
||
| const FMetasoundFrontendGraph & | FindConstGraphChecked
(
const FGuid& InPageID |
||
| FMetasoundFrontendGraph * | |||
| FMetasoundFrontendGraph & | FindGraphChecked
(
const FGuid& InPageID |
||
| const FMetasoundFrontendGraph & | |||
| const TArray< FMetasoundFrontendGraph > & | |||
| FMetasoundFrontendGraph & | |||
| FMetasoundFrontendGraph & | |||
| void | IterateGraphPages
(
TFunctionRef< void(FMetasoundFrontendGraph&)> IterFunc |
||
| void | IterateGraphPages
(
TFunctionRef< void(const FMetasoundFrontendGraph&)> IterFunc |
||
| bool | RemoveGraphPage
(
const FGuid& InPageID, |
Removes the page associated with the given PageID. | |
| void | ResetGraphPages
(
bool bClearDefaultGraph |
Removes all graph pages except the default. If bClearDefaultPage is true, clears the default graph page implementation. | |
| void | ResetGraphs () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| IPropertyVersionTransform |