Version
menu_open
Wwise Unreal Integration Documentation
Unreal Objects

Spatial Audio Objects
WAAPI Widgets
Classes used for the Event-Based packaging

AkAudioEvent

Unreal object representing a Wwise Event. When using Asset synchronization, assets are automatically created in the Sound Data folder. When not using automatic asset synchronization, AkAudioEvents can be created either by drag-and-drop from the Wwise Picker or by right-clicking in the Unreal Content Browser. Its name should exactly match the name of an Event in the Wwise Project.

  • Properties
    • Required Bank: Specifies the SoundBank that contains this Event along with its structures and media.
  • Unreal Content Browser Context Menu Options
    • Play Event: Posts the Event.
    • Stop Event: Stops all currently playing Events.

AkAuxBus

Unreal object representing a Wwise Auxiliary Bus. When using Asset synchronization, assets are automatically created in the Sound Data folder. When not using automatic asset synchronization, AkAuxBusses can be created either by drag-and-drop from the Wwise Picker, or by right-clicking in the Unreal Content Browser. Its name should exactly match the name of an Auxiliary Bus in the Wwise Project. This allows one to add plug-in media to a SoundBank from within the Unreal Editor.

  • Properties
    • Required Bank: Specifies the SoundBank that contains this Auxiliary Bus along with its associated plug-in media.

AkAudioBank

Unreal object representing a Wwise SoundBank. Can be created by right-clicking in the Unreal Content Browser. When using Event-Based workflow, it will act as a group of events, without media. When not using Event-Based workflow, it is the only way to create SoundBanks.

  • Properties
    • Auto Load: When enabled, automatically loads and unloads the SoundBank along with the Event or Auxiliary Bus referencing it. Note: This flag is only used when not using Event-Based workflow.
  • Unreal Content Browser Context Menu Options
    • Generate Selected SoundBank(s)...: Launches a dialog window where a SoundBank Generation operation can be performed on a list of SoundBanks.
    • Refresh All Banks: Stops all sounds; unloads and then loads all currently loaded SoundBanks.

AkAmbientSound

AkAmbientSound is an AActor class used in the same way as the AAmbientSound object that is supplied with the default Unreal Audio system. Its playback is controlled either via its own object Blueprint functions, or by using the global helper functions Start All Ambient Sounds and Stop All Ambient Sounds. An AkAmbientSound also contains an AkComponent, which has its own properties.

  • Properties
    • Stop When Owner Is Destroyed: When enabled, the Event is stopped automatically when the AkAmbientSound is destroyed.
    • Auto Post: Automatically post the associated AkAudioEvent on BeginPlay.
  • Blueprint Functions
    • Start All Ambient Sound: Starts the playback of all ambient sounds.
    • Start Ambient Sound: Starts the playback of the selected ambient sound.
    • Stop All Ambient Sound: Stops the playback of all ambient sounds.
    • Stop Ambient Sound: Stops the playback of the selected ambient sound.

AkReverbVolume

AkReverbVolume is an AVolume class used in a similar way to the AReverbVolume object that is supplied with the default Unreal Audio system. It can be spawned from any Brush in the Editor. The reverb effect is obtained via an Ak Late Reverb Component.

Ak Late Reverb Component

This component can be added to any volume, allowing to create a reverb zone from it. The reverb effect is obtained by assigning a Wwise Auxiliary Bus to the component, and routing all AkComponents entering this volume to the associated Wwise Auxiliary Bus. If there is volume overlap, a Priority property is used to determine which Auxiliary Buses the target AkComponent is routed to. A temporal fade in/out Effect is applied to the level of the Auxiliary Bus when entering/exiting a AkReverbVolume. Note that if an Ak Late Reverb Component is active on an actor that also has an AkRoomComponent, the Late Reverb Component will be disabled and reverb will be handled by the AkRoomComponent using the Spatial Audio engine to render Effects.

  • Properties
    • Enable Late Reverb: Enables or disables this component.
    • Aux Bus: AkAuxBus assigned to this volume. This aux bus should enable game-defined auxiliary sends. If you are using Late Reverb with AkRoomComponent and AkAcousticPortal, it also needs to enable Listener Relative Routing for Positioning and set a 3D Spatialization.
    • Send Level: Maximum Send Level associated with the Wwise Auxiliary Bus.
    • Fade Rate: Rate at which to fade in/out the SendLevel of the current Late Reverb Component when entering/exiting it, in percentage per second (0.2 will make the fade time 5 seconds).
    • Priority: The precedence in which the Late Reverb Components will be applied. In the case of overlapping volumes, only the ones with the highest priority are chosen (the number of simultaneous Late Reverb Components is configurable in the Unreal Editor Project Settings under Plugins > Wwise). If two or more overlapping Late Reverb Components have the same priority, the chosen Late Reverb Components is unpredictable.

AkComponent

AkComponent is derived from USceneComponent and represents an active Wwise event.

  • Properties
    • Attenuation Scaling Factor: If the Ambient Sound uses attenuation in Wwise, this property allows modifying the attenuation computations on this ambient sound to simulate sounds with a larger or smaller area of effect.
    • Occlusion Refresh Interval: Set the time interval between occlusion/obstruction checks (direct line of sight between the listener and this game object). Set to 0 to disable occlusion/obstruction on this component. We recommend disabling it if you want to use full Spatial Audio diffraction.
    • Ak Audio Event: The AkAudioEvent that is posted when the AkAmbientSound object is instructed to start playing. If you want to use Spatial Audio features, the sound effect of the Event should enable game-defined auxiliary sends.
    • Spatial Audio Properties:
      • Enable Spot Reflectors: Enable reflections on AkSpotReflector for this AkComponent.
      • Reflect:
        • Early Reflection Aux Bus: (DEPRECATED) As of 2019.2, the Early Reflection Aux Bus needs to be set in the Sound Property Editor in the Authoring.
        • Early Reflection Aux Bus Name: (DEPRECATED) As of 2019.2, the Early Reflection Aux Bus needs to be set in the Sound Property Editor in the Authoring.
        • Early Reflection Order: (DEPRECATED) As of 2019.2, the Early Reflection Order needs to be set in the Spatial Audio Initializaion Settings in Project Settings.
        • Early Reflection Bus Send Gain: (DEPRECATED) As of 2019.2, the Early Reflection Bus Send Gain needs to be set in the Sound Property Editor in the Authoring.
        • Early Reflection Max Path Length: (DEPRECATED) As of 2019.2, the Early Reflection Max Path Length is set by the sound's Attenuation Max distance value in the Authoring.
      • Room:
        • Room Reverb Aux Bus Gain: (DEPRECATED) As of 2019.2, the Room Reverb Aux Bus Gain is set by the Game-Defined Auxiliary Sends Volume in the Sound Property Editor in the Authoring.
      • Geometric Diffraction:
        • Diffraction Order: (DEPRECATED) As of 2019.2, Diffraction needs to be enabled in the Sound Property Editor in the Authoring.
        • Diffraction Max Paths: (DEPRECATED) As of 2019.2, Diffraction needs to be enabled in the Sound Property Editor in the Authoring.
        • Diffraction Max Path Length: (DEPRECATED) As of 2019.2, Diffraction needs to be enabled in the Sound Property Editor in the Authoring.
      • Debug Draw options: This allows you to visualize the raycasts performed by the Spatial Audio Engine, as well as the triangles hit by these raycasts, allowing you to easily debug what is going on in the Spatial Audio engine. This only works on one component at a time.
  • Blueprint Functions
    • Post Ak Event: Starts playback of the specified Event.
    • Post Trigger: Posts a Trigger to the Event associated with the component.
    • Set Listeners: Sets the listeners of this UAkComponent.
    • Set Occlusion Refresh Interval: Sets the time interval at which the UAkComponent performs occlusion calculations (direct line of sight between the listener and this game object). Set to 0 to turn off occlusion on the component. We recommend turning it off if you want to use full Spatial Audio diffraction.
    • Set RTPC Value: Sets the value of the RTPC of the Event associated with the component.
    • Set Stop when Owner Destroyed: Sets the StopWhenOwnerDestroyed value on the component.
    • Set Switch: Sets a Switch of the Event associated with the component.
    • Stop: Stops playback of the Event associated with the component.
    • Use Reverb Volumes: Sets whether the component is influenced by AAkReverbVolumes or not.

If you wish how to create an AkComponent from C++, see Creating AkComponent from C++.

AkAudioInputComponent

AkAudioInputComponent is derived from AkComponent and represents an audio input instance.

  • Blueprint Functions
    • Post Associated Audio Input Event: Starts playback of the specified Event and registers the appropriate callbacks.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise