Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetaSoundEditorSubsystem
Description
If the given page name is implemented on the provided builder, sets the build page. This page will be the page that graph operations (ex. node add) will be applied to by default if a page name is not specified.
| Name | SetBuildPage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorSubsystem.h |
| Include Path | #include "MetasoundEditorSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorSubsystem.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="Audio|MetaSound|Builder|Editor",
Meta=(ExpandEnumAsExecs="OutResult"))
void SetBuildPage
(
UMetaSoundBuilderBase * Builder,
FName PageName,
EMetaSoundBuilderResult & OutResult
) const