Navigation
Unreal Engine C++ API Reference > Runtime > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h |
Include | #include "AudioDeviceManager.h" |
Syntax
class FAudioDeviceManagerDelegates
Remarks
List of delegates for the audio device manager.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceCreated, |
This delegate is called whenever an entirely new audio device is created. | |
![]() |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceDestroyed, |
This delegate is called whenever an audio device is destroyed. |
Constants
Name | Description |
---|---|
OnAudioDeviceCreated | |
OnAudioDeviceDestroyed |