Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDeviceManagerDelegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceCreated |
This delegate is called whenever an entirely new audio device is created. | AudioDeviceManager.h | |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnPreAudioDeviceDestroyed |
This delegate is called just before an audio device is destroyed, allowing listeners to flush any async work that could deadlock during OnAudioDeviceDestroyed. | AudioDeviceManager.h | |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceDestroyed |
This delegate is called whenever an audio device is destroyed. | AudioDeviceManager.h |
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnAudioDeviceCreated)
Description
This delegate is called whenever an entirely new audio device is created.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h |
| Include Path | #include "AudioDeviceManager.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceCreated
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnPreAudioDeviceDestroyed)
Description
This delegate is called just before an audio device is destroyed, allowing listeners to flush any async work that could deadlock during OnAudioDeviceDestroyed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h |
| Include Path | #include "AudioDeviceManager.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnPreAudioDeviceDestroyed
)
DECLARE_TS_MULTICAST_DELEGATE_OneParam(FOnAudioDeviceDestroyed)
Description
This delegate is called whenever an audio device is destroyed.
| Name | DECLARE_TS_MULTICAST_DELEGATE_OneParam |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDeviceManager.h |
| Include Path | #include "AudioDeviceManager.h" |
DECLARE_TS_MULTICAST_DELEGATE_OneParam
(
FOnAudioDeviceDestroyed
)