Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IActiveSoundUpdateInterface
- IActiveSoundUpdateInterface::OnNotifyPendingDelete()
- UAudioGameplayVolumeSubsystem::OnNotifyPendingDelete()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ActiveSoundUpdateInterface.h |
| Include | #include "ActiveSoundUpdateInterface.h" |
virtual void OnNotifyPendingDelete
&40;
const FActiveSound & ActiveSound
&41;
Remarks
Called when the active sound is being removed from the audio engine NOTE! Called on the AudioThread
Parameters
| Name | Description |
|---|---|
| ActiveSound | The active sound |