Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IActiveSoundUpdateInterface
Description
Called when a virtualized sound has just been removed from the audio engine, by being stopped or re-triggered. In either case, the referenced ActiveSound object is about to be deleted; any pointers to it should be discarded.
NOTE! Called on the AudioThread
| Name | NotifyVirtualizedSoundDeleting |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ActiveSoundUpdateInterface.h |
| Include Path | #include "ActiveSoundUpdateInterface.h" |
virtual void NotifyVirtualizedSoundDeleting
(
const FActiveSound & ActiveSound
)
Parameters
| Name | Remarks |
|---|---|
| ActiveSound | The active sound being removed |