unreal.AudioVolumeLocationState

class unreal.AudioVolumeLocationState

Bases: EnumBase

Enum describing the state of checking audio volume location

C++ Source:

  • Module: Engine

  • File: AudioVolume.h

INSIDE_THE_VOLUME: AudioVolumeLocationState

Used for when the listener is located inside the Audio Volume

Type:

0

OUTSIDE_THE_VOLUME: AudioVolumeLocationState

Used for when the listener is located outside the Audio Volume

Type:

1