Navigation
API > API/Plugins > API/Plugins/AudioGameplay
Interface for interacting with the audio toggle system.
Make a component implement this interface to receive notifications when the toggle is active for at least one listener or inactive for all.
The owning actor must have an Audio Toggle component for other components of this actor implementing this interface to receive the notifications.
Instead of implementing this interface, you can also just bind to the "On Toggled On" and "On Toggled Off" events of the Audio Toggle component directly.
| Name | UAudioGameplayVolumeInteraction |
| Type | class |
| Header File | /Engine/Plugins/AudioGameplay/Source/AudioGameplay/Public/Interfaces/IAudioGameplayVolumeInteraction.h |
| Include Path | #include "Interfaces/IAudioGameplayVolumeInteraction.h" |
Syntax
class UAudioGameplayVolumeInteraction : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UAudioGameplayVolumeInteraction