Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FGraphBuilder
| Name | FCreateNodeParams |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendGraphBuilder.h |
| Include Path | #include "MetasoundFrontendGraphBuilder.h" |
Syntax
struct FCreateNodeParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataTypeRegistry | const Frontend::IDataTypeRegistry * | Optional DataTypeRegistry. | MetasoundFrontendGraphBuilder.h | |
| DebugAssetName | const FString & | Debug name used for logging errors and warnings | MetasoundFrontendGraphBuilder.h | |
| FrontendNode | const FMetasoundFrontendNode & | The Frontend representation of the node being created. | MetasoundFrontendGraphBuilder.h | |
| FrontendNodeClass | const FMetasoundFrontendClass & | The Frontend Node Class representing the node. | MetasoundFrontendGraphBuilder.h | |
| OwningFrontendGraph | const FMetasoundFrontendGraph & | The Frontend Graph which contains the Frontend Node being created. | MetasoundFrontendGraphBuilder.h | |
| OwningFrontendGraphClass | const FMetasoundFrontendGraphClass & | The Frontend Graph Class which contains the OwningFrontendGraph. | MetasoundFrontendGraphBuilder.h | |
| ProxyDataCache | const Frontend::FProxyDataCache * | Optional ProxyDataCache. | MetasoundFrontendGraphBuilder.h | |
| Subgraphs | const TMap< FGuid, TSharedPtr< const IGraph > > * | Optional subgraph map. | MetasoundFrontendGraphBuilder.h |