Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundClass.h |
| Include | #include "Sound/SoundClass.h" |
Syntax
struct FPassiveSoundMixModifier
Remarks
Structure containing information on a SoundMix to activate passively.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxVolumeThreshold | Maximum volume level required to activate SoundMix. | |
| float | MinVolumeThreshold | Minimum volume level required to activate SoundMix. | |
| TObjectPtr< class USoundMix > | SoundMix | The SoundMix to activate |
Constructors
| Type | Name | Description | |
|---|---|---|---|