Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Adds a graph page to the given builder's document. Fails if the page is not a valid page registered with MetaSoundSettings or if the document already contains a page with the given name. No check is done here to determine cook eligibility (i.e. pages can be added even if set to be stripped for the active platform).
| Name | AddGraphPage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderBase.cpp |
void AddGraphPage
(
FName PageName,
bool bDuplicateLastGraph,
bool bSetAsBuildGraph,
EMetaSoundBuilderResult & OutResult
)