Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IActiveSoundUpdateInterface
Description
Called when an active sound has just been removed from the audio engine, by being stopped or virtualized. 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 | NotifyActiveSoundDeleting |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ActiveSoundUpdateInterface.h |
| Include Path | #include "ActiveSoundUpdateInterface.h" |
virtual void NotifyActiveSoundDeleting
(
const FActiveSound & ActiveSound
)
Parameters
| Name | Remarks |
|---|---|
| ActiveSound | The active sound being deleted |