Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendGraphClass
Description
Removes the page associated with the given PageID. Returns true if removed, false if not. If provided an "AdjacentPageID," sets the value at the given pointer to a page ID adjacent to the removed page. If last page was removed, returns the default graph ID (which may or may not exist).
| Name | RemoveGraphPage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
bool RemoveGraphPage
(
const FGuid & InPageID,
FGuid * OutAdjacentPageID
)