Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSettings.h |
| Include | #include "MetasoundSettings.h" |
Syntax
USTRUCT ()
struct FMetaSoundPageSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Name of this page's setting to be displayed in editors and used for identification from Blueprint/native API. | |
| FGuid | UniqueId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetExcludeFromCook
(
FName PlatformName |
Returns whether or not page should be excluded from being cooked on the given platform/platform group. | |
| TArray< FName > | Returns array of platforms/platform groups page is valid target on. | ||
| bool | PlatformCanTargetPage
(
FName PlatformName |
Returns whether platform/platform group provided can target the provided page. |