Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendGraphClass
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocument.cpp |
bool RemoveGraphPage
(
const FGuid & InPageID,
FGuid * OutAdjacentPageID
)
Remarks
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).