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
enum EAudioVolumeLocationState
{
InsideTheVolume,
OutsideTheVolume,
}
Values
| Name | Description |
|---|---|
| InsideTheVolume | Used for when the listener is located inside the Audio Volume. |
| OutsideTheVolume | Used for when the listener is located outside the Audio Volume. |
Remarks
Enum describing the state of checking audio volume location.