#include <AudioSwitchComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | SetState (const char *stateName)=0 |
Set the State on the default assigned Switch. | |
virtual void | SetSwitchState (const char *switchName, const char *stateName)=0 |
Set the specified switch to the specified state. | |
AudioSwitchComponentRequests EBus Interface Messages serviced by AudioSwitchComponents. A 'Switch' is something that can be in one 'State' at a time. See AudioSwitchComponent for details.