Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FRebuildPresetRootGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRebuildPresetRootGraph
(
FConstDocumentHandle InReferencedDocument |
Create transform. | MetasoundFrontendTransform.h | |
FRebuildPresetRootGraph
(
const FMetaSoundFrontendDocumentBuilder& InParentDocumentBuilder |
MetasoundFrontendTransform.h | ||
FRebuildPresetRootGraph
(
const FMetasoundFrontendDocument& InReferencedDocument |
MetasoundFrontendTransform.h |
FRebuildPresetRootGraph(FConstDocumentHandle)
Description
Create transform.
| Name | FRebuildPresetRootGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
FRebuildPresetRootGraph
(
FConstDocumentHandle InReferencedDocument
)
Parameters
| Name | Remarks |
|---|---|
| InReferenceDocument | The document containing the wrapped MetaSound graph. |
FRebuildPresetRootGraph(const FMetaSoundFrontendDocumentBuilder &)
| Name | FRebuildPresetRootGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
FRebuildPresetRootGraph
(
const FMetaSoundFrontendDocumentBuilder & InParentDocumentBuilder
)
FRebuildPresetRootGraph(const FMetasoundFrontendDocument &)
| Name | FRebuildPresetRootGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendTransform.h |
| Include Path | #include "MetasoundFrontendTransform.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendTransform.cpp |
FRebuildPresetRootGraph
(
const FMetasoundFrontendDocument & InReferencedDocument
)