Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
Description
Notifies subsystems a virtualized sound is about to be deleted (called on audio thread). Called when a sound is either stopped or re-triggered. In either case, the referenced ActiveSound object no longer exists after this call; any pointers to it should be discarded.
| Name | NotifySubsystemsVirtualizedSoundDeleting |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
void NotifySubsystemsVirtualizedSoundDeleting
(
FActiveSound & ActiveSound
) const