Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraph
(
const FString& InInstanceName, |
MetasoundGraph.h | ||
FGraph
(
const FName& InInstanceName, |
Constructor to be used for dynamically generated MetaSounds not associated with a given asset (ex. test graphs, graphs not represented by an asset-contained frontend document, etc.) | MetasoundGraph.h | |
FGraph
(
const FTopLevelAssetPath& InAssetPath, |
Constructor to be used for MetaSounds associated with a given asset. | MetasoundGraph.h |
FGraph(const FString &, const FGuid &, TSharedPtr< const IOperatorData >)
| Name | FGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include Path | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
FGraph
(
const FString & InInstanceName,
const FGuid & InInstanceID,
TSharedPtr < const IOperatorData > InNodeConfig
)
FGraph(const FName &, const FGuid &, TSharedPtr< const IOperatorData >)
Description
Constructor to be used for dynamically generated MetaSounds not associated with a given asset (ex. test graphs, graphs not represented by an asset-contained frontend document, etc.)
| Name | FGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include Path | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
FGraph
(
const FName & InInstanceName,
const FGuid & InInstanceID,
TSharedPtr < const IOperatorData > InNodeConfig
)
FGraph(const FTopLevelAssetPath &, const FGuid &, TSharedPtr< const IOperatorData >)
Description
Constructor to be used for MetaSounds associated with a given asset. Both transient and serialized assets should use this constructor, as transient assets are contained in the transient package)
| Name | FGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include Path | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
FGraph
(
const FTopLevelAssetPath & InAssetPath,
const FGuid & InInstanceID,
TSharedPtr < const IOperatorData > InNodeConfig
)