Navigation
API > API/Plugins > API/Plugins/AudioGameplay
| Name | IAudioGameplayVolumeInteraction |
| Type | class |
| Header File | /Engine/Plugins/AudioGameplay/Source/AudioGameplay/Public/Interfaces/IAudioGameplayVolumeInteraction.h |
| Include Path | #include "Interfaces/IAudioGameplayVolumeInteraction.h" |
Syntax
class IAudioGameplayVolumeInteraction
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnListenerEnter() |
Called when the Audio Toggle on the same actor switches to ON. | Interfaces/IAudioGameplayVolumeInteraction.h |
|
virtual void OnListenerEnter_Implementation() |
Interfaces/IAudioGameplayVolumeInteraction.h |
|
|
void OnListenerExit() |
Called when the Audio Toggle on the same actor switches to OFF. | Interfaces/IAudioGameplayVolumeInteraction.h |
|
virtual void OnListenerExit_Implementation() |
Interfaces/IAudioGameplayVolumeInteraction.h |
|