Open 3D Engine LmbrCentral Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <AudioRtpcComponentBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | SetValue (float value)=0 |
Set the Rtpc Value, uses a serialized Rtpc name. | |
virtual void | SetRtpcValue (const char *rtpcName, float value)=0 |
Set the Rtpc Value, specify an Rtpc name at runtime (i.e. script). | |
AudioRtpcComponentRequests EBus Interface Messages serviced by AudioRtpcComponents. Rtpc = Real-Time Parameter Control See AudioRtpcComponent for details.