Navigation
API > API/Plugins > API/Plugins/AudioGameplayVolume > API/Plugins/AudioGameplayVolume/UAudioGameplayVolumeSubsystem
- IActiveSoundUpdateInterface::OnNotifyPendingDelete()
- UAudioGameplayVolumeSubsystem::OnNotifyPendingDelete()
References
| Module | AudioGameplayVolume |
| Header | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Public/AudioGameplayVolumeSubsystem.h |
| Include | #include "AudioGameplayVolumeSubsystem.h" |
| Source | /Engine/Plugins/AudioGameplayVolume/Source/AudioGameplayVolume/Private/AudioGameplayVolumeSubsystem.cpp |
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 |