Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraph.h |
| Include | #include "MetasoundFrontendGraph.h" |
Syntax
class FFrontendGraphBuilder
Remarks
FFrontendGraphBuilder builds a FFrontendGraph from a FMetasoundDocument or FMetasoundFrontendClass.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FFrontendGraph > | CreateGraph
(
const FMetasoundFrontendDocument& InDocument, |
Metasound document should be in order to create this graph. | |
| TUniquePtr< FFrontendGraph > | CreateGraph
(
const FMetasoundFrontendGraphClass& InGraphClass, |
Metasound document should be in order to create this graph. | |
| bool | IsFlat
(
const FMetasoundFrontendDocument& InDocument |
Check that all dependencies are C++ class dependencies. | |
| bool | IsFlat
(
const FMetasoundFrontendGraphClass& InRoot, |
Typedefs
| Name | Description |
|---|---|
| FDefaultInputByIDMap | |
| FDependencyByIDMap | |
| FNodeIDVertexID | Map of Input VertexID to variable data required to construct and connect default variable. |
| FSharedNodeByIDMap |