Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| |
|
| Name |
FMetaSoundAssetCookOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path |
#include "MetasoundAssetManager.h" |
Syntax
struct FMetaSoundAssetCookOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bStripUnusedPages |
bool |
If true, any unused page will get removed during cook. |
MetasoundAssetManager.h |
|
| PageOrder |
TArray< FGuid > |
The PageOrder to use when cooking. |
MetasoundAssetManager.h |
|
| PagesToTarget |
TArray< FGuid > |
Which PageIDs are going to available for targeting after cook. |
MetasoundAssetManager.h |
|