unreal.AudioOutputTarget

class unreal.AudioOutputTarget

Bases: EnumBase

EAudio Output Target

C++ Source:

  • Module: Engine

  • File: AudioOutputTarget.h

CONTROLLER: AudioOutputTarget

Sound plays only from controller if present.

Type:

1

CONTROLLER_FALLBACK_TO_SPEAKER: AudioOutputTarget

Sound plays on the controller if present. If not present, it plays from speakers.

Type:

2

SPEAKER: AudioOutputTarget

Sound plays only from speakers.

Type:

0