Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundSettings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMetaSoundPageSettings * FindPageSettings
(
FName Name |
Returns the page settings with the provided name. | MetasoundSettings.h | |
const FMetaSoundPageSettings * FindPageSettings
(
const FGuid& InPageID |
Returns the page settings with the unique ID given. | MetasoundSettings.h |
FindPageSettings(FName)
Description
Returns the page settings with the provided name. If there are multiple settings with the same name, selection within the duplicates is undefined.
| Name | FindPageSettings |
| 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 |
const FMetaSoundPageSettings * FindPageSettings
(
FName Name
) const
FindPageSettings(const FGuid &)
Description
Returns the page settings with the unique ID given.
| Name | FindPageSettings |
| 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 |
const FMetaSoundPageSettings * FindPageSettings
(
const FGuid & InPageID
) const