Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
| Name | FMetaSoundQualitySettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSettings.h |
| Include Path | #include "MetasoundSettings.h" |
Syntax
USTRUCT ()
struct FMetaSoundQualitySettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockRate | FPerPlatformFloat | Block Rate (in Hz). NOTE: A Zero value will have no effect and use the Default (100) | MetasoundSettings.h |
|
| Name | FName | Name of this quality setting. | MetasoundSettings.h |
|
| SampleRate | FPerPlatformInt | Sample Rate (in Hz). NOTE: A Zero value will have no effect and use the Device Rate. | MetasoundSettings.h |
|
| UniqueId | FGuid | A hidden GUID that will be generated once when adding a new entry. | MetasoundSettings.h |