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 FMetaSoundQualitySettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPerPlatformFloat | BlockRate | Block Rate (in Hz). NOTE: A Zero value will have no effect and use the Default (100) | |
| FName | Name | Name of this quality setting. | |
| FPerPlatformInt | SampleRate | Sample Rate (in Hz). NOTE: A Zero value will have no effect and use the Device Rate. | |
| FGuid | UniqueId | A hidden GUID that will be generated once when adding a new entry. |