Navigation
API > API/Runtime > API/Runtime/Engine
Enum describing the state of checking audio volume location.
| Name | EAudioVolumeLocationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/AudioVolume.h |
| Include Path | #include "Sound/AudioVolume.h" |
Syntax
enum EAudioVolumeLocationState
{
InsideTheVolume,
OutsideTheVolume,
}
Values
| Name | Remarks |
|---|---|
| InsideTheVolume | Used for when the listener is located inside the Audio Volume. |
| OutsideTheVolume | Used for when the listener is located outside the Audio Volume. |