Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderSubsystem
Description
Sets the targeted page for all MetaSound graph & input default to resolve against. If target page is not implemented (or cooked in a runtime build) for the active platform, uses order of cooked pages(see 'Page Settings' for order) falling back to lower index - ordered page implemented in MetaSound asset. If no fallback is found, uses default graph/input default.
| Name | SetTargetPage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderSubsystem.h |
| Include Path | #include "MetasoundBuilderSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Pages")
bool SetTargetPage
(
FName PageName
)