Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SetBuildPageID
(
const FGuid & InBuildPageID,
bool bBroadcastDelegate
)
Remarks
Sets the builder's targeted paged graph ID to the given ID if it exists. Returns true if the builder is already targeting the given ID or if it successfully found a page implementation with the given ID and was able to switch to it, false if not. Swapping the targeted build graph ID clears the local cache, so swapping frequently can induce cash thrashing. BroadcastDelegate should always be true unless dealing with the controller API (exposed as a mechanism for mutating via controllers while deprecating. Option will be removed in a future build).