Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h |
| Include |
#include "Sound/AudioVolume.h" |
Syntax
struct FAudioVolumeSubmixSendSettings
Struct to determine dynamic submix send data for use with audio volumes.
Variables
| |
Type |
Name |
Description |
 |
EAudioVolumeLocationState |
ListenerLocationState |
The state the listener needs to be in, relative to the audio volume, for this submix send list to be used for a given sound. |
 |
TArray< FSoundSubmixSendInfo > |
SubmixSends |
Submix send array for sounds that are in the ListenerLocationState at the same time as the listener. |
Deprecated Variables
| |
Type |
Name |
Description |
 |
EAudioVolumeLocationState |
SourceLocationState_DEPRECATED |
|