Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundSettings
Description
Sets the target page to the given name. Returns true if associated page settings were found and target set, false if not found and not set.
| Name | SetTargetPage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSettings.h |
| Include Path | #include "MetasoundSettings.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSettings.cpp |
bool SetTargetPage
(
FName PageName
)