Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates
| Name | FSoundCueTemplateQualitySettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueTemplateSettings.h |
| Include Path | #include "SoundCueTemplateSettings.h" |
Syntax
USTRUCT ()
struct FSoundCueTemplateQualitySettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSoundCueTemplateQualitySettings() |
SoundCueTemplateSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | SoundCueTemplateSettings.h |
|
|
| MaxConcatenatedVariations | int32 | The max number of variations to include for the given quality in a SoundCueContainer set to 'Concatenate'. | SoundCueTemplateSettings.h |
|
| MaxMixVariations | int32 | The max number of variations to include for the given quality in a SoundCueContainer set to 'Mix'. | SoundCueTemplateSettings.h |
|
| MaxRandomizedVariations | int32 | The max number of variations to include for the given quality in a SoundCueContainer set to 'Randomized'. | SoundCueTemplateSettings.h |
|